Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-23 18:33:13 +00:00

View File

@@ -6,7 +6,7 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
@@ -47,7 +47,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboard
<HeroBillboardScroll
background={{
variant: "radial-gradient"}}
title="Where Coastal Elegance Meets Coffee Mastery"
@@ -57,31 +57,6 @@ export default function LandingPage() {
text: "Reserve Your Moment", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-table-cafe_1150-4002.jpg"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6103.jpg", alt: "Patron one"},
{
src: "http://img.b2bpic.net/free-photo/hot-caramel-macchiato_1339-6113.jpg", alt: "Patron two"},
{
src: "http://img.b2bpic.net/free-photo/cup-coffee-old-wooden-textured-table-empty-caf_23-2148209314.jpg", alt: "Patron three"},
{
src: "http://img.b2bpic.net/free-photo/cup-aromatic-coffee-counter_23-2147775880.jpg", alt: "Patron four"},
{
src: "http://img.b2bpic.net/free-photo/wine-glass_1203-3448.jpg", alt: "Patron five"},
]}
marqueeItems={[
{
type: "text", text: "Artisan Roasts"},
{
type: "text", text: "Mediterranean Vibes"},
{
type: "text", text: "Coffee Heritage"},
{
type: "text", text: "Premium Craft"},
{
type: "text", text: "Coastal Sanctuary"},
]}
/>
</div>