Compare commits

...

2 Commits

Author SHA1 Message Date
31ea1eb8ac Update src/app/page.tsx 2025-12-28 12:40:20 +00:00
127150c7a2 Update src/app/page.tsx 2025-12-28 12:39:44 +00:00

View File

@@ -181,7 +181,7 @@ export default function LandingPage() {
gap: "16px"
}}>
<MapPin size={48} />
<p style={{ fontSize: "18px", fontWeight: "600" }}>Map Section</p>
<p style={{ fontSize: "18px", fontWeight: "600" }}>Map</p>
<p style={{ fontSize: "14px", color: "#666" }}>Locations map coming soon</p>
</div>
</div>
@@ -254,7 +254,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterSocial
logoText="Sweet Bakes"
logoText="Sweet Bakery"
columns={[
{
title: "Company",
@@ -282,7 +282,7 @@ export default function LandingPage() {
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" }
]}
copyrightText="© Sweet Bakes, 2025. All rights reserved."
copyrightText="© Sweet Bakery, 2025. All rights reserved."
/>
</div>
</ThemeProvider>