Compare commits
2 Commits
version_40
...
version_42
| Author | SHA1 | Date | |
|---|---|---|---|
| 31ea1eb8ac | |||
| 127150c7a2 |
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user