Update src/app/page.tsx
This commit is contained in:
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="Artisan Bakes"
|
||||
brandName="Mom's Magic"
|
||||
navItems={[
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -35,13 +35,13 @@ export default function LandingPage() {
|
||||
{ name: "Order Now", id: "order" }
|
||||
]}
|
||||
bottomLeftText="Premium Baked Goods"
|
||||
bottomRightText="hello@artisanbakes.com"
|
||||
bottomRightText="hello@mommagic.com"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<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."
|
||||
mediaItems={[
|
||||
{
|
||||
@@ -169,7 +169,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
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",
|
||||
role: "Regular Customer",
|
||||
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">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766815287094-qvf76sgh.jpg"
|
||||
imageAlt="Artisan Bakes Storefront"
|
||||
logoText="Artisan Bakes"
|
||||
copyrightText="© 2025 Artisan Bakes. All rights reserved."
|
||||
imageAlt="Mom's Magic Storefront"
|
||||
logoText="Mom's Magic"
|
||||
copyrightText="© 2025 Mom's Magic. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
@@ -223,7 +223,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{ label: "Email", href: "mailto:hello@artisanbakes.com" },
|
||||
{ label: "Email", href: "mailto:hello@mommagic.com" },
|
||||
{ label: "Phone", href: "tel:+1234567890" },
|
||||
{ label: "Location", href: "#" },
|
||||
{ label: "Hours", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user