Merge version_21 into main

Merge version_21 into main
This commit was merged in pull request #18.
This commit is contained in:
2025-12-28 11:35:11 +00:00

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
@@ -41,13 +41,13 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboard
<HeroBillboardSplit
title="Sweet Bakes"
description="Made with love every morning. "
tag=""
description="Made with love every morning."
tag="Fresh Bakery"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766917795607-6sca7wpy.jpg"
imageAlt="Fresh bakery display with pastries and bread"
frameStyle="card"
frameStyle="browser"
buttons={[{"text":"Order","href":"https://google.com"},
{"text":"Skip","href":"about"}]}
/>