Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 57a3c3834a | |||
| e6d92e9d43 | |||
| 6b510e8c0a | |||
| 30675ace3e |
@@ -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?_wi=1", 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?_wi=1", imageAlt: "Classic southern red velvet cake"
|
||||
}
|
||||
]}
|
||||
mediaAnimation="opacity"
|
||||
frameStyle="card"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,10 +83,10 @@ export default function LandingPage() {
|
||||
description="Each cake is a masterpiece of moisture and flavor, crafted with premium ingredients and maternal devotion. From timeless classics to contemporary creations, discover your next favorite indulgence."
|
||||
products={[
|
||||
{
|
||||
id: "velvet-dreams", name: "Velvet Dreams", price: "$65", variant: "Classic Dark Velvet", 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"
|
||||
id: "velvet-dreams", name: "Velvet Dreams", price: "$65", variant: "Classic Dark Velvet", imageSrc: "http://img.b2bpic.net/free-photo/stacked-baked-cookies-plate-near-cup-teapot-pink-roses-vase-table_181624-2564.jpg?_wi=2", imageAlt: "Luxurious dark velvet cake slice"
|
||||
},
|
||||
{
|
||||
id: "southern-red-velvet", name: "Southern Red Velvet", price: "$68", variant: "Traditional with Cream Cheese Frosting", 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"
|
||||
id: "southern-red-velvet", name: "Southern Red Velvet", price: "$68", variant: "Traditional with Cream Cheese Frosting", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-creamy-cake-inside-plate-with-raspberries-brown-background_140725-125127.jpg?_wi=2", imageAlt: "Classic southern red velvet cake"
|
||||
},
|
||||
{
|
||||
id: "golden-carrot", name: "Golden Carrot Bliss", price: "$62", variant: "Premium Spiced Carrot Cake", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake_74190-4805.jpg", imageAlt: "Artisan carrot cake with cream cheese"
|
||||
|
||||
Reference in New Issue
Block a user