Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-28 08:44:04 +00:00

View File

@@ -8,7 +8,7 @@ import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
@@ -29,16 +29,15 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
<NavbarStyleApple
brandName="Bakeology Treats"
navItems={[
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Menu", id: "menu" },
{ name: "Deals", id: "deals" },
{ name: "Reviews", id: "reviews" },
{ name: "Contact", id: "contact" },
{ name: "About", id: "about" },
{ name: "Services", id: "services" },
]}
brandName="Bakeology"
/>
</div>
@@ -48,7 +47,7 @@ export default function LandingPage() {
title="Bakeology: Traditional Art, Modern Joy"
description="Premium handcrafted artisan treats, freshly baked daily in the heart of Dublin. Taste the authentic tradition of Argentine passion in every bite."
leftCarouselItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CyjXhrPRtAtSh4iZQBjrcCb8dk/uploaded-1777365417020-q6tf9p96.png", imageAlt: "Hero Bakery Front" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CyjXhrPRtAtSh4iZQBjrcCb8dk/uploaded-1777365825801-9b87t6bi.jpg", imageAlt: "Bakeology Logo" },
{ imageSrc: "http://img.b2bpic.net/free-photo/large-loaves-bread-counter-bakery_169016-19952.jpg", imageAlt: "Bakery Item 1" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cinnamon-rolls-concept_23-2148779663.jpg", imageAlt: "Bakery Item 2" },
{ imageSrc: "http://img.b2bpic.net/free-photo/plate-sweeties-with-cup-milk_114579-6926.jpg", imageAlt: "Bakery Item 3" },
@@ -189,4 +188,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}