Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-03 08:00:01 +00:00

View File

@@ -56,6 +56,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Premium cafe interior with warm lighting" imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "Premium cafe interior with warm lighting"
} }
]} ]}
mediaAnimation="blur-reveal"
rating={5} rating={5}
ratingText="Rated by loving customers" ratingText="Rated by loving customers"
buttons={[ buttons={[
@@ -93,18 +94,19 @@ export default function LandingPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
features={[ features={[
{ {
id: "1", title: "Dine-In Experience", description: "Cozy seating with warm ambiance, perfect for friends, couples, and families seeking intimate café moments", imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg", imageAlt: "Premium dine-in seating area" id: 1, title: "Dine-In Experience", description: "Cozy seating with warm ambiance, perfect for friends, couples, and families seeking intimate café moments", imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg", imageAlt: "Premium dine-in seating area"
}, },
{ {
id: "2", title: "Fast Drive-Through", description: "Quick service for on-the-go customers. Order from your car and enjoy fresh café specialties without leaving", imageSrc: "http://img.b2bpic.net/free-photo/smiling-customer-interaction-with-mechanic_1170-1431.jpg", imageAlt: "Efficient drive-through service" id: 2, title: "Fast Drive-Through", description: "Quick service for on-the-go customers. Order from your car and enjoy fresh café specialties without leaving", imageSrc: "http://img.b2bpic.net/free-photo/smiling-customer-interaction-with-mechanic_1170-1431.jpg", imageAlt: "Efficient drive-through service"
}, },
{ {
id: "3", title: "Quick Delivery", description: "Reliable delivery service bringing your favorite café treats directly to your doorstep, fresh and hot", imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149737963.jpg", imageAlt: "Professional food delivery service" id: 3, title: "Quick Delivery", description: "Reliable delivery service bringing your favorite café treats directly to your doorstep, fresh and hot", imageSrc: "http://img.b2bpic.net/free-photo/courier-delivering-groceries-home_23-2149737963.jpg", imageAlt: "Professional food delivery service"
} }
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaAnimation="slide-up"
ariaLabel="Features section - DG Cafe services" ariaLabel="Features section - DG Cafe services"
/> />
</div> </div>