diff --git a/src/app/page.tsx b/src/app/page.tsx index 0c3b4ee..78c1eb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="medium" sizing="largeSmall" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="double-inset" secondaryButtonStyle="radial-glow" @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -154,9 +154,9 @@ export default function LandingPage() { { title: "Elegant Interior Design", description: "Sophisticated dining room with warm lighting, premium furnishings, and thoughtful architectural details", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-4464.jpg", imageAlt: "Restaurant elegant interior"}, { - title: "Scenic Terrace Seating", description: "Outdoor dining area overlooking breathtaking mountain landscape with comfortable seating", imageSrc: "http://img.b2bpic.net/free-photo/woman-swimwear-relaxing-sun-lounger-near-poolside-backyard_107420-9808.jpg?_wi=1", imageAlt: "Restaurant terrace with mountain views"}, + title: "Scenic Terrace Seating", description: "Outdoor dining area overlooking breathtaking mountain landscape with comfortable seating", imageSrc: "http://img.b2bpic.net/free-photo/woman-swimwear-relaxing-sun-lounger-near-poolside-backyard_107420-9808.jpg", imageAlt: "Restaurant terrace with mountain views"}, { - title: "Family Dining Moments", description: "Warm gatherings with loved ones, creating unforgettable memories in our family-friendly space", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-eating-together_23-2148972776.jpg?_wi=1", imageAlt: "Family dining experience"}, + title: "Family Dining Moments", description: "Warm gatherings with loved ones, creating unforgettable memories in our family-friendly space", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-eating-together_23-2148972776.jpg", imageAlt: "Family dining experience"}, { title: "Golden Hour Magic", description: "Beautiful sunset lighting transforms our restaurant into a romantic and enchanting dining destination", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-sitting-table_23-2149655605.jpg", imageAlt: "Restaurant sunset atmosphere"}, ]} @@ -177,13 +177,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Ghinwa Hassoun", role: "Local Visitor", company: "Regular Guest", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-short-hair_23-2148262820.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-short-hair_23-2148262820.jpg"}, { id: "2", name: "Rim W", role: "Food Enthusiast", company: "Restaurant Reviewer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-middle-aged-hispanic-cheerful-female-with-curly-hair_181624-53321.jpg"}, { id: "3", name: "Adam Malouk", role: "Family Visitor", company: "Loyal Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-girl_1398-1532.jpg?_wi=2"}, + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-girl_1398-1532.jpg"}, { id: "4", name: "Sarah Ahmed", role: "Business Executive", company: "Corporate Guest", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-caucasian-student-love-wearing-stylish-clothes-sitting-cafe-with-pleased-joyful-smile-keeping-hands-chin-waiting-his-girlfriend-have-lunch-with-her_273609-345.jpg"}, @@ -216,9 +216,9 @@ export default function LandingPage() { { title: "Family Gathering Spaces", description: "Spacious dining areas perfect for large family celebrations, birthday parties, and special occasions", imageSrc: "http://img.b2bpic.net/free-photo/male-female-eating-restaurant_23-2148395389.jpg", imageAlt: "Family dining space"}, { - title: "Outdoor Terrace Seating", description: "Beautiful outdoor areas where families can dine comfortably while enjoying scenic mountain views", imageSrc: "http://img.b2bpic.net/free-photo/woman-swimwear-relaxing-sun-lounger-near-poolside-backyard_107420-9808.jpg?_wi=2", imageAlt: "Outdoor terrace family dining"}, + title: "Outdoor Terrace Seating", description: "Beautiful outdoor areas where families can dine comfortably while enjoying scenic mountain views", imageSrc: "http://img.b2bpic.net/free-photo/woman-swimwear-relaxing-sun-lounger-near-poolside-backyard_107420-9808.jpg", imageAlt: "Outdoor terrace family dining"}, { - title: "Friendly Professional Staff", description: "Our welcoming team is experienced in serving families and ensuring children have an enjoyable visit", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-eating-together_23-2148972776.jpg?_wi=2", imageAlt: "Family friendly staff service"}, + title: "Friendly Professional Staff", description: "Our welcoming team is experienced in serving families and ensuring children have an enjoyable visit", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-eating-together_23-2148972776.jpg", imageAlt: "Family friendly staff service"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up"