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