Update src/app/page.tsx
This commit is contained in:
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
brandName="Artisan Bakes"
|
brandName="Mom's Magic"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "home" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -35,13 +35,13 @@ export default function LandingPage() {
|
|||||||
{ name: "Order Now", id: "order" }
|
{ name: "Order Now", id: "order" }
|
||||||
]}
|
]}
|
||||||
bottomLeftText="Premium Baked Goods"
|
bottomLeftText="Premium Baked Goods"
|
||||||
bottomRightText="hello@artisanbakes.com"
|
bottomRightText="hello@mommagic.com"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoCarousel
|
<HeroLogoCarousel
|
||||||
logoText="Artisan Bakes"
|
logoText="Mom's Magic"
|
||||||
description="Handcrafted baked goods made with premium ingredients and traditional techniques. From artisan bread to delicate pastries, every item is prepared fresh daily."
|
description="Handcrafted baked goods made with premium ingredients and traditional techniques. From artisan bread to delicate pastries, every item is prepared fresh daily."
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
quote: "The team at Artisan Bakes is so friendly and passionate about their craft. Every visit feels special, and the products always exceed expectations.",
|
quote: "The team at Mom's Magic is so friendly and passionate about their craft. Every visit feels special, and the products always exceed expectations.",
|
||||||
name: "David Chen",
|
name: "David Chen",
|
||||||
role: "Regular Customer",
|
role: "Regular Customer",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766154635301-vse33sxl.jpg",
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766154635301-vse33sxl.jpg",
|
||||||
@@ -198,9 +198,9 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766815287094-qvf76sgh.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766815287094-qvf76sgh.jpg"
|
||||||
imageAlt="Artisan Bakes Storefront"
|
imageAlt="Mom's Magic Storefront"
|
||||||
logoText="Artisan Bakes"
|
logoText="Mom's Magic"
|
||||||
copyrightText="© 2025 Artisan Bakes. All rights reserved."
|
copyrightText="© 2025 Mom's Magic. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop",
|
||||||
@@ -223,7 +223,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact",
|
||||||
items: [
|
items: [
|
||||||
{ label: "Email", href: "mailto:hello@artisanbakes.com" },
|
{ label: "Email", href: "mailto:hello@mommagic.com" },
|
||||||
{ label: "Phone", href: "tel:+1234567890" },
|
{ label: "Phone", href: "tel:+1234567890" },
|
||||||
{ label: "Location", href: "#" },
|
{ label: "Location", href: "#" },
|
||||||
{ label: "Hours", href: "#" }
|
{ label: "Hours", href: "#" }
|
||||||
|
|||||||
Reference in New Issue
Block a user