Update src/app/page.tsx
This commit is contained in:
@@ -10,6 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
|
||||
import FaqBase from '@/components/sections/faq/FaqBase';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import MetricCardFive from '@/components/sections/metrics/MetricCardFive';
|
||||
import { Facebook, Instagram, Twitter, Beer } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -184,6 +185,45 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="partners" data-section="partners">
|
||||
<MetricCardFive
|
||||
title="Our Top 5 Partners"
|
||||
description="Strategic partnerships that help us deliver excellence"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Premium Hops Co.",
|
||||
description: "Our trusted supplier of the finest hop varieties from around the world, ensuring quality in every brew."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Craft Malt Supply",
|
||||
description: "Dedicated partners providing premium malt selections that define the character of our signature beers."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Local Grain Farms",
|
||||
description: "Community partners supporting sustainable brewing practices with locally-sourced grains."
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "Equipment Masters",
|
||||
description: "Industry leaders in brewing technology keeping our state-of-the-art facility running smoothly."
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
value: "Distribution Networks",
|
||||
description: "Reliable logistics partners ensuring our beers reach bars and restaurants across the region."
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Our Top 5 Partners"
|
||||
description="Strategic partnerships that help us deliver excellence"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardOne
|
||||
title="What Our Community Says"
|
||||
|
||||
Reference in New Issue
Block a user