Update src/app/page.tsx
This commit is contained in:
@@ -9,6 +9,8 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
|
||||
import SocialProofThree from '@/components/sections/socialProof/SocialProofThree';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import { Zap } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -102,6 +104,69 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="competitors" data-section="competitors">
|
||||
<PricingCardFive
|
||||
title="How We Compare"
|
||||
description="See why Brew Haven stands out from the competition. We deliver superior quality, service, and value."
|
||||
tag="Our Advantage"
|
||||
tagIcon={Zap}
|
||||
animationType="slide-up"
|
||||
variant="card"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
plans={[
|
||||
{
|
||||
id: "competitor-1",
|
||||
tag: "Standard Coffee Shop",
|
||||
price: "$3-4",
|
||||
period: "/cup",
|
||||
description: "Mass-produced, pre-roasted beans with inconsistent quality and limited selections.",
|
||||
button: { text: "Learn More", href: "#" },
|
||||
featuresTitle: "What You Get:",
|
||||
features: [
|
||||
"Pre-roasted beans",
|
||||
"Limited drink options",
|
||||
"Standard service",
|
||||
"Basic pastries"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "competitor-2",
|
||||
tag: "Corporate Chain",
|
||||
price: "$5-7",
|
||||
period: "/cup",
|
||||
description: "Branded experience with standardized recipes and high-volume production prioritizing speed over quality.",
|
||||
button: { text: "Learn More", href: "#" },
|
||||
featuresTitle: "What You Get:",
|
||||
features: [
|
||||
"Standardized recipes",
|
||||
"Quick service",
|
||||
"Branded atmosphere",
|
||||
"Commercial pastries"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "brew-haven",
|
||||
tag: "Brew Haven",
|
||||
tagIcon: Zap,
|
||||
price: "$4.50-5.75",
|
||||
period: "/cup",
|
||||
description: "Specialty-roasted fresh daily with personalized service and artisanal craftsmanship in every cup.",
|
||||
button: { text: "Visit Us Today", href: "contact" },
|
||||
featuresTitle: "What You Get:",
|
||||
features: [
|
||||
"Fresh daily roasting",
|
||||
"Single-origin selections",
|
||||
"Personalized service",
|
||||
"Handcrafted pastries",
|
||||
"Knowledgeable baristas",
|
||||
"Community focus"
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
title="What Our Customers Say"
|
||||
|
||||
Reference in New Issue
Block a user