Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -8,7 +8,7 @@ import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
|
|||||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||||
import { Coffee, Heart, Globe, Users, Star, UtensilsCrossed } from "lucide-react";
|
import { Coffee, Heart, Globe, Users, Star, UtensilsCrossed, Sparkles } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -41,7 +41,7 @@ export default function LandingPage() {
|
|||||||
<HeroBillboard
|
<HeroBillboard
|
||||||
title="Handcrafted Pastries, Warm Smiles, Home Away From Home"
|
title="Handcrafted Pastries, Warm Smiles, Home Away From Home"
|
||||||
description="Where every visit feels like home — handcrafted pastries, rich coffee, and warm smiles served daily. Join our family of loyal guests who return for the food, stay for the hospitality."
|
description="Where every visit feels like home — handcrafted pastries, rich coffee, and warm smiles served daily. Join our family of loyal guests who return for the food, stay for the hospitality."
|
||||||
background="plain"
|
background={{ variant: "plain" }}
|
||||||
tag="Welcome to Dolce"
|
tag="Welcome to Dolce"
|
||||||
tagIcon={Coffee}
|
tagIcon={Coffee}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
|||||||
name: "message", placeholder: "Tell us about your visit or ask about reservations...", rows: 4,
|
name: "message", placeholder: "Tell us about your visit or ask about reservations...", rows: 4,
|
||||||
required: false
|
required: false
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-having-coffee-cafe_1328-4395.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-having-coffee-cafe_1328-4395.jpg"
|
||||||
imageAlt="Dolce Bakery & Cafe welcoming storefront"
|
imageAlt="Dolce Bakery & Cafe welcoming storefront"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-having-coffee-cafe_1328-4395.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-photo/beautiful-girl-having-coffee-cafe_1328-4395.jpg"
|
||||||
imageAlt="Dolce Bakery & Cafe storefront"
|
imageAlt="Dolce Bakery & Cafe storefront"
|
||||||
logoText="Dolce"
|
logoText="Dolce"
|
||||||
copyrightText="© 2025 Dolce Bakery & Cafe. All rights reserved."
|
copyrightText="© 2025 Dolce Bakery & Cafe. All rights reserved."
|
||||||
@@ -205,6 +205,3 @@ export default function LandingPage() {
|
|||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Missing icon import: Sparkles - please import Sparkles from lucide-react
|
|
||||||
// Sparkles is used in about section bulletPoints but not imported above
|
|
||||||
Reference in New Issue
Block a user