diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7611cdf..b235e04 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLargeSizeLargeTitles"
- background="grid"
+ background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
@@ -44,7 +44,7 @@ export default function LandingPage() {
@@ -155,27 +153,27 @@ export default function LandingPage() {
products={[
{
id: "chai", brand: "Signature", name: "Kulhad Chai", price: "₹20", rating: 5,
- reviewCount: "2.5K+", imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg?_wi=3", imageAlt: "Kulhad chai"
+ reviewCount: "2.5K+", imageSrc: "http://img.b2bpic.net/free-photo/cups-coffee-table_23-2148900618.jpg", imageAlt: "Kulhad chai"
},
{
id: "paratha-mix", brand: "Breakfast Special", name: "Mix Paratha", price: "₹60", rating: 5,
- reviewCount: "1.8K+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg?_wi=2", imageAlt: "Mix paratha with dahi"
+ reviewCount: "1.8K+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg", imageAlt: "Mix paratha with dahi"
},
{
id: "pakora", brand: "Snack Favorites", name: "Mix Pakora", price: "₹50", rating: 5,
- reviewCount: "1.5K+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg?_wi=1", imageAlt: "Mix pakora with chutney"
+ reviewCount: "1.5K+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg", imageAlt: "Mix pakora with chutney"
},
{
id: "dosa", brand: "South Indian", name: "Rava Dosa", price: "₹80", rating: 4.9,
- reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg?_wi=2", imageAlt: "Crispy rava dosa"
+ reviewCount: "980+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg", imageAlt: "Crispy rava dosa"
},
{
id: "paneer-paratha", brand: "Premium", name: "Paneer Paratha", price: "₹70", rating: 5,
- reviewCount: "2.1K+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg?_wi=3", imageAlt: "Paneer paratha hot"
+ reviewCount: "2.1K+", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086047.jpg", imageAlt: "Paneer paratha hot"
},
{
id: "chilla", brand: "Breakfast", name: "Moong Dal Chilla", price: "₹60", rating: 4.8,
- reviewCount: "850+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg?_wi=3", imageAlt: "Moong dal chilla"
+ reviewCount: "850+", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-dishes-with-hummus-chickpeas-with-copy-space_23-2148460126.jpg", imageAlt: "Moong dal chilla"
}
]}
gridVariant="bento-grid"
@@ -189,20 +187,18 @@ export default function LandingPage() {
useInvertedBackground={false}
ariaLabel="Menu products"
containerClassName="mx-auto"
- titleClassName="text-3xl md:text-4xl font-bold"
- descriptionClassName="text-base text-gray-600"
/>
@@ -272,8 +266,6 @@ export default function LandingPage() {
showCard={true}
ariaLabel="Frequently asked questions"
containerClassName="mx-auto"
- titleClassName="text-3xl md:text-4xl font-bold"
- descriptionClassName="text-base text-gray-600"
/>
@@ -284,7 +276,7 @@ export default function LandingPage() {
description="Join our community of travelers. Get updates on menu specials, journey tips, and chai promotions. Subscribe and make Kwality Inn your official highway companion."
tagIcon={Mail}
tagAnimation="slide-up"
- background={{ variant: "grid" }}
+ background={{ variant: "animated-grid" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-photo/young-man-clinking-glass-wine-with-his-family-while-enjoying-dinner_482257-23363.jpg"
imageAlt="Family enjoying meal at Kwality Inn"