From b4ff83f7f4250f5d3a48910ec98f7105cfbfd8fb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 16:10:18 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 200 ++++++++++++++++++++++------------------- 1 file changed, 109 insertions(+), 91 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7c9ccde..ecf17ef 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,10 +5,19 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; import HeroSplit from "@/components/sections/hero/HeroSplit"; import TeamCardTwo from "@/components/sections/team/TeamCardTwo"; -import TimelineHorizontalCardStack from "@/components/cardStack/layouts/timelines/TimelineHorizontalCardStack"; +import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Award, Heart, Zap, TrendingUp, Facebook } from "lucide-react"; +import { + Award, + Heart, + Zap, + TrendingUp, + Facebook, + Users, + Target, +} from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -25,13 +34,13 @@ export default function AboutPage() { title: "Quick Links", items: [ { label: "Home", href: "/" }, { label: "Menu", href: "/menu" }, - { label: "Gallery", href: "/" }, + { label: "Gallery", href: "/gallery" }, { label: "Reviews", href: "/" }, ], }, { title: "Order & Contact", items: [ - { label: "Order Online", href: "/" }, + { label: "Order Online", href: "/menu" }, { label: "Call Us", href: "tel:2397850423" }, { label: "Locations & Hours", href: "/" }, { label: "Contact", href: "/" }, @@ -55,6 +64,51 @@ export default function AboutPage() { }, ]; + const timelineItems = [ + { + id: "founded", content: ( +
+

Founded Caribbean Flair

+

Teria Bryant and Deb Farrell launch their dream of bringing authentic Jamaican cuisine to Lehigh Acres with passion and purpose.

+
+ ), + media: ( +
+ 2023 +
+ ), + reverse: false, + }, + { + id: "community", content: ( +
+

Community Reception

+

The community embraces Caribbean Flair, supporting Black-owned and women-owned business excellence and authentic Caribbean culture.

+
+ ), + media: ( +
+ 2024 +
+ ), + reverse: true, + }, + { + id: "growth", content: ( +
+

Expansion & Recognition

+

Caribbean Flair becomes a beloved staple in Lehigh Acres, serving thousands of satisfied customers and earning 5-star recognition.

+
+ ), + media: ( +
+ 2025 +
+ ), + reverse: false, + }, + ]; + return ( - -
- {[ - { - year: "2020", milestone: "The Dream Begins", description: "Teria and Deb unite their culinary passion and business vision to create Caribbean Flair, dreaming of bringing authentic island flavors to Lehigh Acres."}, - { - year: "2021", milestone: "Launch Day", description: "Caribbean Flair opens its doors with a full menu of signature dishes, jerk specialties, and authentic Caribbean sides prepared fresh daily."}, - { - year: "2022", milestone: "Community Love", description: "Rapidly becomes a local favorite. Customers praise the authenticity, quality, and genuine warmth of Teria and Deb's hospitality."}, - { - year: "2023", milestone: "Expansion & Recognition", description: "Expanded menu offerings, grew customer base, and received recognition as a standout Black & women-owned business in the community."}, - { - year: "2024", milestone: "Island Excellence", description: "Continues to deliver premium authentic Caribbean cuisine while expanding delivery options and growing community presence."}, - ].map((item, index) => ( -
-
- {item.year} -
-

- {item.milestone} -

-

{item.description}

-
- ))} -
-
+ /> {/* Community Impact Section */}
+ +
+ + {/* Final CTA Section */} +