Merge version_2 into main #1
@@ -2,7 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
|
||||
import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard";
|
||||
import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
|
||||
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
|
||||
@@ -40,8 +40,8 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
logoText="The Gold Standard of Southern Sweets"
|
||||
<HeroBillboardGallery
|
||||
title="The Gold Standard of Southern Sweets"
|
||||
description="Handcrafted, moist, and made with the love only Moma Ken can provide. Every cake is a gift you can't wait to open."
|
||||
buttons={[
|
||||
{ text: "Experience the Sweetness — Order Now", href: "#contact" },
|
||||
@@ -49,10 +49,18 @@ export default function LandingPage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-delicious-cupcake-with-copy-space_23-2148769222.jpg"
|
||||
imageAlt="Luxury handcrafted cake cross-section showcase"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cupcake-with-copy-space_23-2148769222.jpg", imageAlt: "Luxury handcrafted cake cross-section showcase"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stacked-baked-cookies-plate-near-cup-teapot-pink-roses-vase-table_181624-2564.jpg", imageAlt: "Luxurious dark velvet cake slice"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-inside-plate-with-raspberries-brown-background_140725-125127.jpg", imageAlt: "Classic southern red velvet cake"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user