Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-03-19 19:37:49 +00:00

View File

@@ -8,7 +8,7 @@ import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
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() {
return (
@@ -41,7 +41,7 @@ export default function LandingPage() {
<HeroBillboard
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."
background="plain"
background={{ variant: "plain" }}
tag="Welcome to Dolce"
tagIcon={Coffee}
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,
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"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -173,7 +173,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<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"
logoText="Dolce"
copyrightText="© 2025 Dolce Bakery & Cafe. All rights reserved."
@@ -205,6 +205,3 @@ export default function LandingPage() {
</ThemeProvider>
);
}
// Missing icon import: Sparkles - please import Sparkles from lucide-react
// Sparkles is used in about section bulletPoints but not imported above