Compare commits
14 Commits
version_27
...
version_42
| Author | SHA1 | Date | |
|---|---|---|---|
| 31ea1eb8ac | |||
| 127150c7a2 | |||
| cbd07a345c | |||
| df9809eab2 | |||
| 9f8529944e | |||
| 5588369cf6 | |||
| 4863b2174b | |||
| 51292201bc | |||
| a08ca02ac6 | |||
| b8ce5634e5 | |||
| 49e4dcd5cb | |||
| cfb46c096b | |||
| 2dfb85ba17 | |||
| a05281adcc |
@@ -8,7 +8,6 @@ import ProductCardSeven from '@/components/sections/product/ProductCardSeven';
|
|||||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||||
import ContactCenterForm from '@/components/sections/contact/ContactCenterForm';
|
import ContactCenterForm from '@/components/sections/contact/ContactCenterForm';
|
||||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
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";
|
import { Heart, Star, Quote, Instagram, Facebook, MapPin, Phone, Clock } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -31,7 +30,6 @@ export default function LandingPage() {
|
|||||||
{ name: "Home", id: "home" },
|
{ name: "Home", id: "home" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Products", id: "products" },
|
{ name: "Products", id: "products" },
|
||||||
{ name: "Locations", id: "locations" },
|
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
brandName="Sweet Bakes"
|
brandName="Sweet Bakes"
|
||||||
@@ -42,7 +40,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardSplit
|
<HeroBillboardSplit
|
||||||
title="Sweet Bakes"
|
title="Sweet Bakery "
|
||||||
description="Made with love every morning."
|
description="Made with love every morning."
|
||||||
tag=""
|
tag=""
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766917795607-6sca7wpy.jpg"
|
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>
|
||||||
|
|
||||||
<div id="locations" data-section="locations">
|
<div id="map" data-section="map">
|
||||||
<MetricCardFourteen
|
<div style={{
|
||||||
title="Our Locations"
|
width: "100%",
|
||||||
tag="Find Us"
|
height: "500px",
|
||||||
metrics={[
|
backgroundColor: "#f0f0f0",
|
||||||
{
|
display: "flex",
|
||||||
id: "1",
|
alignItems: "center",
|
||||||
value: "Downtown Main Store",
|
justifyContent: "center",
|
||||||
description: "123 Bread St | 6am - 8pm Daily | (555) 123-4567"
|
flexDirection: "column",
|
||||||
},
|
gap: "16px"
|
||||||
{
|
}}>
|
||||||
id: "2",
|
<MapPin size={48} />
|
||||||
value: "Riverside North Branch",
|
<p style={{ fontSize: "18px", fontWeight: "600" }}>Map</p>
|
||||||
description: "456 Pastry Ln | 7am - 7pm Daily | (555) 234-5678"
|
<p style={{ fontSize: "14px", color: "#666" }}>Locations map coming soon</p>
|
||||||
},
|
</div>
|
||||||
{
|
|
||||||
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>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
@@ -269,13 +254,12 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterSocial
|
<FooterSocial
|
||||||
logoText="Sweet Bakes"
|
logoText="Sweet Bakery"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company",
|
||||||
items: [
|
items: [
|
||||||
{ label: "About Us", href: "about" },
|
{ label: "About Us", href: "about" },
|
||||||
{ label: "Locations", href: "locations" },
|
|
||||||
{ label: "Contact", href: "contact" }
|
{ label: "Contact", href: "contact" }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@@ -298,7 +282,7 @@ export default function LandingPage() {
|
|||||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" }
|
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" }
|
||||||
]}
|
]}
|
||||||
copyrightText="© Sweet Bakes, 2025. All rights reserved."
|
copyrightText="© Sweet Bakery, 2025. All rights reserved."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
Reference in New Issue
Block a user