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: ( +
Teria Bryant and Deb Farrell launch their dream of bringing authentic Jamaican cuisine to Lehigh Acres with passion and purpose.
+The community embraces Caribbean Flair, supporting Black-owned and women-owned business excellence and authentic Caribbean culture.
+Caribbean Flair becomes a beloved staple in Lehigh Acres, serving thousands of satisfied customers and earning 5-star recognition.
+{item.description}
-