Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-04-21 18:06:22 +00:00

View File

@@ -12,6 +12,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import TimelineCardStack from '@/components/cardStack/layouts/timelines/TimelineCardStack';
import { Award, Users, Zap } from "lucide-react";
export default function LandingPage() {
@@ -34,6 +35,7 @@ export default function LandingPage() {
navItems={[
{ name: "About", id: "about" },
{ name: "Services", id: "features" },
{ name: "Plan", id: "plan" },
{ name: "Contact", id: "contact" },
]}
brandName="NewCo"
@@ -59,6 +61,21 @@ export default function LandingPage() {
/>
</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">
<FeatureCardTwentyNine
animationType="slide-up"