Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 14:54:19 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="large"
background="grid"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="gradient"
secondaryButtonStyle="solid"
@@ -44,8 +44,8 @@ export default function LandingPage() {
title="Vadodara's Favorite Budget Cafe"
description="Great Tea, Delicious Fast Food & The Perfect Hangout Spot on Ajwa Road. Join 248+ Happy Customers - 5.0 ⭐ Rating"
tag="5.0 ⭐ 248+ Reviews"
background={{ variant: "grid" }}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg?_wi=1"
background={{ variant: "animated-grid" }}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg"
imageAlt="Akhil's Cafe cozy interior with warm lighting"
buttons={[
{ text: "Call Now", href: "tel:092652-32296" },
@@ -101,7 +101,7 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Akhil's Cafe", name: "Premium Chai Tea", price: "₹20", rating: 5,
reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-delicious-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115591.jpg?_wi=1", imageAlt: "Freshly brewed premium chai tea"
reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-delicious-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115591.jpg", imageAlt: "Freshly brewed premium chai tea"
},
{
id: "2", brand: "Akhil's Cafe", name: "Gourmet Sandwiches", price: "₹60", rating: 5,
@@ -121,7 +121,7 @@ export default function LandingPage() {
},
{
id: "6", brand: "Akhil's Cafe", name: "Cold Beverages", price: "₹25", rating: 5,
reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-delicious-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115591.jpg?_wi=2", imageAlt: "Refreshing cold drinks"
reviewCount: "248", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cup-tea-with-delicious-cake-dark-background-tea-cake-sweet-pie-cookie-biscuit_140725-115591.jpg", imageAlt: "Refreshing cold drinks"
}
]}
/>
@@ -183,10 +183,11 @@ export default function LandingPage() {
{ value: "248+", title: "Happy Customers" },
{ value: "5.0", title: "Google Rating" }
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-restaurant-talking-mobile-phone_23-2147936262.jpg"
imageAlt="Akhil's Cafe location on Ajwa Road"
useInvertedBackground={false}
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>