VIBN Frontend for Coolify deployment
This commit is contained in:
26
app/(marketing)/page.tsx
Normal file
26
app/(marketing)/page.tsx
Normal file
@@ -0,0 +1,26 @@
|
||||
import {
|
||||
Hero,
|
||||
EmotionalHook,
|
||||
WhoItsFor,
|
||||
Transformation,
|
||||
Features,
|
||||
HowItWorks,
|
||||
Pricing,
|
||||
CTA,
|
||||
} from "@/marketing/components";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<div className="flex flex-col">
|
||||
<Hero />
|
||||
<EmotionalHook />
|
||||
<WhoItsFor />
|
||||
<Transformation />
|
||||
<Features />
|
||||
<HowItWorks />
|
||||
<Pricing />
|
||||
<CTA />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user