diff --git a/src/app/page.tsx b/src/app/page.tsx index f7a57da..25b7859 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia import MediaAbout from '@/components/sections/about/MediaAbout'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Flame, Leaf, DollarSign, Users, Zap, Heart, Bowl, Drumstick, Palette, Moon, Droplets, Calendar } from 'lucide-react'; +import { Flame, Leaf, DollarSign, Users, Zap, Heart, Drumstick, Palette, Moon, Droplets, Calendar } from 'lucide-react'; export default function ScoodyLanding() { return ( @@ -19,7 +19,7 @@ export default function ScoodyLanding() { borderRadius="rounded" contentWidth="mediumLarge" sizing="mediumLargeSizeLargeTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="layered-gradient" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -44,18 +44,18 @@ export default function ScoodyLanding() { description="Ramen, Korean Fried Chicken, Sushi & Bubble Tea — all in one place. Taste Korea in Ballygunge." tag="Fresh & Flavorful" tagIcon={Flame} - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-composition-noodles-bowl_23-2148803816.jpg", imageAlt: "Scoody Korean restaurant - Authentic ramen and Korean cuisine"}, { - imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fried-chicken-with-sauce_1150-21046.jpg?_wi=1", imageAlt: "Crispy Korean fried chicken - Scoody specialty"}, + imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fried-chicken-with-sauce_1150-21046.jpg", imageAlt: "Crispy Korean fried chicken - Scoody specialty"}, { - imageSrc: "http://img.b2bpic.net/free-photo/bright-icy-cocktail-with-fresh-strawberries-mint_23-2148196163.jpg?_wi=1", imageAlt: "Colorful bubble tea beverages - Strawberry Matcha specialty"}, + imageSrc: "http://img.b2bpic.net/free-photo/bright-icy-cocktail-with-fresh-strawberries-mint_23-2148196163.jpg", imageAlt: "Colorful bubble tea beverages - Strawberry Matcha specialty"}, { - imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-side-shrimps_140725-1875.jpg?_wi=1", imageAlt: "Fresh sushi rolls - Japanese specialty at Scoody"}, + imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-side-shrimps_140725-1875.jpg", imageAlt: "Fresh sushi rolls - Japanese specialty at Scoody"}, { - imageSrc: "http://img.b2bpic.net/free-photo/from-noodle-soup_23-2147778299.jpg?_wi=1", imageAlt: "Steaming Korean ramyeon noodles - House specialty"}, + imageSrc: "http://img.b2bpic.net/free-photo/from-noodle-soup_23-2147778299.jpg", imageAlt: "Steaming Korean ramyeon noodles - House specialty"}, ]} buttons={[ { text: "Call Now", href: "tel:08584049465" }, @@ -73,17 +73,17 @@ export default function ScoodyLanding() { tagIcon={Flame} products={[ { - id: "1", name: "Korean Ramyeon", price: "₹220-280", imageSrc: "http://img.b2bpic.net/free-photo/from-noodle-soup_23-2147778299.jpg?_wi=2", imageAlt: "Korean Ramyeon - Spicy noodles"}, + id: "1", name: "Korean Ramyeon", price: "₹220-280", imageSrc: "http://img.b2bpic.net/free-photo/from-noodle-soup_23-2147778299.jpg", imageAlt: "Korean Ramyeon - Spicy noodles"}, { - id: "2", name: "Korean Fried Chicken", price: "₹280-320", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fried-chicken-with-sauce_1150-21046.jpg?_wi=2", imageAlt: "Korean Fried Chicken - Crispy & juicy"}, + id: "2", name: "Korean Fried Chicken", price: "₹280-320", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-fried-chicken-with-sauce_1150-21046.jpg", imageAlt: "Korean Fried Chicken - Crispy & juicy"}, { id: "3", name: "Cheese Corn Dog", price: "₹180-220", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dog_23-2149387985.jpg", imageAlt: "Cheese Corn Dog - Melted cheese filling"}, { - id: "4", name: "Chicken Katsu Sushi", price: "₹250-300", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-side-shrimps_140725-1875.jpg?_wi=2", imageAlt: "Sushi Rolls - Fresh & authentic"}, + id: "4", name: "Chicken Katsu Sushi", price: "₹250-300", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-side-shrimps_140725-1875.jpg", imageAlt: "Sushi Rolls - Fresh & authentic"}, { - id: "5", name: "Strawberry Matcha Bubble Tea", price: "₹120-150", imageSrc: "http://img.b2bpic.net/free-photo/bright-icy-cocktail-with-fresh-strawberries-mint_23-2148196163.jpg?_wi=2", imageAlt: "Bubble Tea - Refreshing beverage"}, + id: "5", name: "Strawberry Matcha Bubble Tea", price: "₹120-150", imageSrc: "http://img.b2bpic.net/free-photo/bright-icy-cocktail-with-fresh-strawberries-mint_23-2148196163.jpg", imageAlt: "Bubble Tea - Refreshing beverage"}, { - id: "6", name: "Tempura Shrimp", price: "₹260-300", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-side-shrimps_140725-1875.jpg?_wi=3", imageAlt: "Tempura Shrimp - Crispy & tender"}, + id: "6", name: "Tempura Shrimp", price: "₹260-300", imageSrc: "http://img.b2bpic.net/free-photo/sushi-rolls-with-side-shrimps_140725-1875.jpg", imageAlt: "Tempura Shrimp - Crispy & tender"}, ]} gridVariant="bento-grid" animationType="slide-up" @@ -130,10 +130,10 @@ export default function ScoodyLanding() { title="Our Menu Categories" description="Explore our diverse selection of Korean and Japanese specialties" tag="Full Menu Available" - tagIcon={Bowl} + tagIcon={Drumstick} features={[ { - icon: Bowl, + icon: Drumstick, title: "Korean Ramen", description: "Spicy and savory ramen bowls with authentic Korean flavors and toppings"}, { icon: Drumstick,