Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c5e903596c | |||
| d885f3897b |
@@ -12,6 +12,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
|||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
|
import TimelineCardStack from '@/components/cardStack/layouts/timelines/TimelineCardStack';
|
||||||
import { Award, Users, Zap } from "lucide-react";
|
import { Award, Users, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -34,6 +35,7 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Services", id: "features" },
|
{ name: "Services", id: "features" },
|
||||||
|
{ name: "Plan", id: "plan" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="NewCo"
|
brandName="NewCo"
|
||||||
@@ -59,6 +61,21 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="plan" data-section="plan">
|
||||||
|
<TimelineCardStack
|
||||||
|
title="Our Business Plan"
|
||||||
|
description="A strategic roadmap designed for sustainable growth and long-term success."
|
||||||
|
textboxLayout="split"
|
||||||
|
>
|
||||||
|
<div className="space-y-8">
|
||||||
|
<h3 className="text-2xl font-bold">Phase 1: Foundation</h3>
|
||||||
|
<p>Establishing the core operational structure and market research.</p>
|
||||||
|
<h3 className="text-2xl font-bold">Phase 2: Growth</h3>
|
||||||
|
<p>Scaling acquisition strategies and refining product offerings.</p>
|
||||||
|
</div>
|
||||||
|
</TimelineCardStack>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardTwentyNine
|
<FeatureCardTwentyNine
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user