diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ac14c6..4029147 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,7 @@ export default function MadoSushiPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="aurora" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -48,12 +48,12 @@ export default function MadoSushiPage() { tagAnimation="slide-up" title="Fresh Sushi. Exceptional Service. A Hidden Gem in Tirana." description="Experience premium sushi made with the freshest ingredients daily, served by a team that truly cares. Join locals and tourists alike for an unforgettable dining experience in the heart of Tirana." - background={{ variant: "aurora" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/sushi-dish-asian-restaurant_23-2148195567.jpg", imageAlt: "Premium sushi platter with fresh ingredients"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=1", imageAlt: "Warm and inviting restaurant interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "Warm and inviting restaurant interior"}, ]} mediaAnimation="blur-reveal" rating={5} @@ -92,7 +92,7 @@ export default function MadoSushiPage() { { value: "500+", title: "Happy Customers Weekly" }, { value: "10+", title: "Years of Excellence" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg" imageAlt="Professional sushi chef preparing fresh ingredients" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -139,7 +139,7 @@ export default function MadoSushiPage() { features={[ { id: "1", title: "Fresh Ingredients", description: "Premium sushi made daily with the freshest fish and ingredients sourced directly from trusted suppliers. Every ingredient is selected for quality and flavor.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg?_wi=2", imageAlt: "Fresh sushi ingredients"}, + imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-food-restaurant_23-2149269167.jpg", imageAlt: "Fresh sushi ingredients"}, items: [ { icon: CheckCircle, text: "Daily fresh deliveries" }, { icon: CheckCircle, text: "Premium quality ingredients" }, @@ -149,7 +149,7 @@ export default function MadoSushiPage() { }, { id: "2", title: "Exceptional Service", description: "Our team is trained to provide warm, attentive service that makes every visit memorable. We treat each guest like family.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=2", imageAlt: "Restaurant service"}, + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "Restaurant service"}, items: [ { icon: Smile, text: "Friendly and welcoming staff" }, { icon: Clock, text: "Quick and efficient service" }, @@ -159,7 +159,7 @@ export default function MadoSushiPage() { }, { id: "3", title: "Cozy Atmosphere", description: "Perfect for intimate dinners, date nights, or celebrating with friends and family. Our space is designed for comfort and connection.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg?_wi=3", imageAlt: "Cozy restaurant interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-interior-design-photo-shooting_114579-2234.jpg", imageAlt: "Cozy restaurant interior"}, items: [ { icon: Home, text: "Warm and inviting ambiance" }, { icon: Music, text: "Curated background music" },