diff --git a/src/app/page.tsx b/src/app/page.tsx index 677e1c4..2ace91c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,10 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import TeamCardThree from '@/components/sections/team/TeamCardThree'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Award, Beaker, Beer, Flame, Sparkles, Star, Users } from "lucide-react"; +import { Award, Beaker, Beer, Flame, Sparkles, Star, Users, Linkedin, Globe } from "lucide-react"; export default function LandingPage() { return ( @@ -33,6 +34,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Beers", id: "products" }, { name: "Our Story", id: "story" }, + { name: "Community", id: "community" }, { name: "Contact", id: "contact" } ]} button={{ @@ -197,6 +199,60 @@ export default function LandingPage() { /> +