Compare commits
2 Commits
version_38
...
version_40
| Author | SHA1 | Date | |
|---|---|---|---|
| cbd07a345c | |||
| df9809eab2 |
@@ -8,7 +8,6 @@ import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import ContactCenterForm from '@/components/sections/contact/ContactCenterForm';
|
||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import { Heart, Star, Quote, Instagram, Facebook, MapPin, Phone, Clock } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -31,7 +30,6 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Locations", id: "locations" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Sweet Bakes"
|
||||
@@ -42,7 +40,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardSplit
|
||||
title="Sweet Bakes "
|
||||
title="Sweet Bakery "
|
||||
description="Made with love every morning."
|
||||
tag=""
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766917795607-6sca7wpy.jpg"
|
||||
@@ -171,34 +169,21 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="locations" data-section="locations">
|
||||
<MetricCardFourteen
|
||||
title="Our Locations"
|
||||
tag="Find Us"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "Downtown Main Store",
|
||||
description: "123 Bread St | 6am - 8pm Daily | (555) 123-4567"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "Riverside North Branch",
|
||||
description: "456 Pastry Ln | 7am - 7pm Daily | (555) 234-5678"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "Uptown Premium Location",
|
||||
description: "789 Croissant Ave | 6:30am - 9pm Daily | (555) 345-6789"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "West End Community Hub",
|
||||
description: "321 Sourdough St | 7am - 6pm Daily | (555) 456-7890"
|
||||
}
|
||||
]}
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
<div id="map" data-section="map">
|
||||
<div style={{
|
||||
width: "100%",
|
||||
height: "500px",
|
||||
backgroundColor: "#f0f0f0",
|
||||
display: "flex",
|
||||
alignItems: "center",
|
||||
justifyContent: "center",
|
||||
flexDirection: "column",
|
||||
gap: "16px"
|
||||
}}>
|
||||
<MapPin size={48} />
|
||||
<p style={{ fontSize: "18px", fontWeight: "600" }}>Map Section</p>
|
||||
<p style={{ fontSize: "14px", color: "#666" }}>Locations map coming soon</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
@@ -275,7 +260,6 @@ export default function LandingPage() {
|
||||
title: "Company",
|
||||
items: [
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Locations", href: "locations" },
|
||||
{ label: "Contact", href: "contact" }
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user