diff --git a/src/app/page.tsx b/src/app/page.tsx
index b97e997..da86cea 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -22,7 +22,7 @@ export default function LandingPage() {
borderRadius="rounded"
contentWidth="mediumLarge"
sizing="mediumLarge"
- background="aurora"
+ background="circleGradient"
cardStyle="gradient-mesh"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="radial-glow"
@@ -48,7 +48,7 @@ export default function LandingPage() {
@@ -101,27 +101,27 @@ export default function LandingPage() {
features={[
{
id: 1,
- title: "Authentic Spicy Flavors", description: "Expertly crafted dishes with traditional Indian and Chinese spices that keep customers coming back", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-tasty-squashes-with-seasonings-dark-purple-desk_140725-50084.jpg?_wi=2", imageAlt: "Authentic spiced paneer tikka"
+ title: "Authentic Spicy Flavors", description: "Expertly crafted dishes with traditional Indian and Chinese spices that keep customers coming back", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-tasty-squashes-with-seasonings-dark-purple-desk_140725-50084.jpg", imageAlt: "Authentic spiced paneer tikka"
},
{
id: 2,
- title: "Multi-Cuisine Menu", description: "Diverse selection of vegetarian and Chinese specialties to satisfy every palate and preference", imageSrc: "http://img.b2bpic.net/free-photo/top-view-broccoli-cauliflower-salad-black-oval-plate-different-spices-small-bowls-dark-surface_140725-62308.jpg?_wi=2", imageAlt: "Variety of multi-cuisine dishes"
+ title: "Multi-Cuisine Menu", description: "Diverse selection of vegetarian and Chinese specialties to satisfy every palate and preference", imageSrc: "http://img.b2bpic.net/free-photo/top-view-broccoli-cauliflower-salad-black-oval-plate-different-spices-small-bowls-dark-surface_140725-62308.jpg", imageAlt: "Variety of multi-cuisine dishes"
},
{
id: 3,
- title: "Affordable Pricing", description: "Premium quality food at reasonable prices, perfect for family budgets and group gatherings", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-sweet-sour-tomato-sauce_2829-19545.jpg?_wi=2", imageAlt: "Value-for-money dishes"
+ title: "Affordable Pricing", description: "Premium quality food at reasonable prices, perfect for family budgets and group gatherings", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-sweet-sour-tomato-sauce_2829-19545.jpg", imageAlt: "Value-for-money dishes"
},
{
id: 4,
- title: "Beautiful Family Ambiance", description: "Warm, welcoming atmosphere designed for families, friends, and celebrations", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=1", imageAlt: "Cozy restaurant interior"
+ title: "Beautiful Family Ambiance", description: "Warm, welcoming atmosphere designed for families, friends, and celebrations", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "Cozy restaurant interior"
},
{
id: 5,
- title: "Friendly Staff", description: "Cooperative and attentive team dedicated to making your dining experience exceptional", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283540.jpg?_wi=1", imageAlt: "Staff serving happy customers"
+ title: "Friendly Staff", description: "Cooperative and attentive team dedicated to making your dining experience exceptional", imageSrc: "http://img.b2bpic.net/free-photo/happy-family-enjoying-time-together_23-2149283540.jpg", imageAlt: "Staff serving happy customers"
},
{
id: 6,
- title: "Free Parking Available", description: "Convenient parking facilities make visiting us hassle-free for all our guests", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg?_wi=2", imageAlt: "Restaurant parking area"
+ title: "Free Parking Available", description: "Convenient parking facilities make visiting us hassle-free for all our guests", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-friends-are-having-dinner-together_53876-40927.jpg", imageAlt: "Restaurant parking area"
}
]}
/>
@@ -131,10 +131,10 @@ export default function LandingPage() {