Merge version_5 into main #46
@@ -6,7 +6,7 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import { Coffee, Palette, Utensils } from "lucide-react";
|
||||
|
||||
@@ -99,25 +99,14 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardNine
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Gift Cards & Memberships"
|
||||
description="Give the gift of luxury at Crave Café."
|
||||
plans={[
|
||||
{
|
||||
id: "p1", title: "Coffee Club", price: "$30", period: "/mo", features: ["1 Free Drink Daily", "Priority Seating", "Member Events"],
|
||||
button: { text: "Join Club", href: "#" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pouring-milk-cup-coffee_1153-548.jpg"
|
||||
},
|
||||
{
|
||||
id: "p2", title: "Gift Card", price: "$50", period: "", features: ["Usable In-Store", "Elegant Packaging", "No Expiry"],
|
||||
button: { text: "Buy Now", href: "#" },
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-cake-with-berries-chocolate-waffles-bowls-colorful-sweets_140725-71279.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<SocialProofOne
|
||||
title="Café Aesthetic"
|
||||
description="A visual journey through our boutique space."
|
||||
names={[]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
className="bg-background"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user