Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-21 15:11:11 +00:00

View File

@@ -6,7 +6,7 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -42,20 +42,13 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroOverlay
<HeroBillboardScroll
title="Indulgence Redefined"
description="Experience the pinnacle of flavor with our hand-crafted, premium ingredients. Every sip is a journey into velvet luxury."
buttons={[{ text: "View Menu", href: "#products" }]}
imageSrc="http://img.b2bpic.net/free-photo/homemade-cake-with-whipped-cream_23-2148395220.jpg"
imageAlt="A luxury milkshake topped with gold flakes"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-attractive-redhead-female-drinks-coffee-cafe_613910-10430.jpg", alt: "Happy customer" },
{ src: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", alt: "Satisfied patron" },
{ src: "http://img.b2bpic.net/free-photo/portrait-redhead-female-sunglasses-drinks-coffee-cafe-street_613910-1382.jpg", alt: "Gourmet enthusiast" },
{ src: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg", alt: "Dessert lover" },
{ src: "http://img.b2bpic.net/free-photo/smiling-young-women-sitting-with-glasses-milkshake_23-2147893607.jpg", alt: "Premium cafe client" }
]}
avatarText="Loved by 5,000+ dessert connoisseurs"
background={{ variant: "sparkles-gradient" }}
/>
</div>