Update src/app/page.tsx

This commit is contained in:
2026-03-11 08:22:46 +00:00
parent e9e7615a02
commit d52f0cc1fb

View File

@@ -49,27 +49,27 @@ export default function LandingPage() {
background={{ variant: "none" }}
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/orange-soup-vegetable-vitamine-riched-delicious-salted-peppered-brown-wood-rustic-desk_140725-14857.jpg", imageAlt: "A2 Ghee Roast - Crispy dosa roasted in rich A2 ghee"
imageSrc: "http://img.b2bpic.net/free-photo/orange-soup-vegetable-vitamine-riched-delicious-salted-peppered-brown-wood-rustic-desk_140725-14857.jpg?_wi=1", imageAlt: "A2 Ghee Roast - Crispy dosa roasted in rich A2 ghee"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-tomatoes_23-2148765317.jpg", imageAlt: "Al Faham - Smoky grilled chicken with Arabic flavors"
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-tomatoes_23-2148765317.jpg?_wi=1", imageAlt: "Al Faham - Smoky grilled chicken with Arabic flavors"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-delicious-granita-dessert-with-watermelon_23-2149395557.jpg", imageAlt: "Watermelon Mojito - Refreshing summer cooler"
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-delicious-granita-dessert-with-watermelon_23-2149395557.jpg?_wi=1", imageAlt: "Watermelon Mojito - Refreshing summer cooler"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure_285396-7236.jpg", imageAlt: "Kanary Restaurant - Comfortable and welcoming ambiance"
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure_285396-7236.jpg?_wi=1", imageAlt: "Kanary Restaurant - Comfortable and welcoming ambiance"
}
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086033.jpg", imageAlt: "A2 Ghee Thattu Dosa - Soft thick dosa with spicy chutneys"
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086033.jpg?_wi=1", imageAlt: "A2 Ghee Thattu Dosa - Soft thick dosa with spicy chutneys"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-pouring-sesame-seeds-beef-burger-with-salad-bacon_23-2148784492.jpg", imageAlt: "Black Bun Beef Burger - Juicy patty in charcoal bun"
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-pouring-sesame-seeds-beef-burger-with-salad-bacon_23-2148784492.jpg?_wi=1", imageAlt: "Black Bun Beef Burger - Juicy patty in charcoal bun"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-6959.jpg", imageAlt: "KitKat Shake - Chocolate lovers' favorite creamy shake"
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-6959.jpg?_wi=1", imageAlt: "KitKat Shake - Chocolate lovers' favorite creamy shake"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/explaining-work_1098-18099.jpg", imageAlt: "Premium dining experience at Kanary"
@@ -95,7 +95,7 @@ export default function LandingPage() {
{ value: "4.1★", title: "Guest Rating" },
{ value: "₹200₹400", title: "Price Range" }
]}
imageSrc="http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure_285396-7236.jpg"
imageSrc="http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure_285396-7236.jpg?_wi=2"
imageAlt="Kanary Restaurant welcoming interior"
mediaAnimation="slide-up"
useInvertedBackground={true}
@@ -111,22 +111,22 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "A2 Ghee Roast", price: "₹180", variant: "Crispy & Golden", imageSrc: "http://img.b2bpic.net/free-photo/orange-soup-vegetable-vitamine-riched-delicious-salted-peppered-brown-wood-rustic-desk_140725-14857.jpg", imageAlt: "A2 Ghee Roast"
id: "1", name: "A2 Ghee Roast", price: "₹180", variant: "Crispy & Golden", imageSrc: "http://img.b2bpic.net/free-photo/orange-soup-vegetable-vitamine-riched-delicious-salted-peppered-brown-wood-rustic-desk_140725-14857.jpg?_wi=2", imageAlt: "A2 Ghee Roast"
},
{
id: "2", name: "A2 Ghee Thattu Dosa", price: "₹150", variant: "Soft & Thick", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086033.jpg", imageAlt: "Thattu Dosa"
id: "2", name: "A2 Ghee Thattu Dosa", price: "₹150", variant: "Soft & Thick", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086033.jpg?_wi=2", imageAlt: "Thattu Dosa"
},
{
id: "3", name: "Black Bun Beef Burger", price: "₹220", variant: "Premium Patty", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-pouring-sesame-seeds-beef-burger-with-salad-bacon_23-2148784492.jpg", imageAlt: "Black Bun Beef Burger"
id: "3", name: "Black Bun Beef Burger", price: "₹220", variant: "Premium Patty", imageSrc: "http://img.b2bpic.net/free-photo/front-view-hand-pouring-sesame-seeds-beef-burger-with-salad-bacon_23-2148784492.jpg?_wi=2", imageAlt: "Black Bun Beef Burger"
},
{
id: "4", name: "Al Faham", price: "₹280", variant: "Grilled Perfection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-tomatoes_23-2148765317.jpg", imageAlt: "Al Faham Chicken"
id: "4", name: "Al Faham", price: "₹280", variant: "Grilled Perfection", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-tomatoes_23-2148765317.jpg?_wi=2", imageAlt: "Al Faham Chicken"
},
{
id: "5", name: "Watermelon Mojito", price: "₹120", variant: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-delicious-granita-dessert-with-watermelon_23-2149395557.jpg", imageAlt: "Watermelon Mojito"
id: "5", name: "Watermelon Mojito", price: "₹120", variant: "Refreshing", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-delicious-granita-dessert-with-watermelon_23-2149395557.jpg?_wi=2", imageAlt: "Watermelon Mojito"
},
{
id: "6", name: "KitKat Shake", price: "₹140", variant: "Chocolate Indulgence", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-6959.jpg", imageAlt: "KitKat Shake"
id: "6", name: "KitKat Shake", price: "₹140", variant: "Chocolate Indulgence", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-6959.jpg?_wi=2", imageAlt: "KitKat Shake"
}
]}
gridVariant="uniform-all-items-equal"
@@ -146,7 +146,7 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Late Night Dining", description: "Open until 1 AM for your midnight cravings and spontaneous gatherings. Perfect for late-night food lovers and night owls.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure_285396-7236.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure_285396-7236.jpg?_wi=3"
},
items: [
{ icon: Clock, text: "Open till 1 AM" },
@@ -156,7 +156,7 @@ export default function LandingPage() {
},
{
id: "2", title: "Signature Ghee Roast", description: "Rich, authentic flavors crafted with premium A2 ghee. Each dish is a masterpiece of traditional culinary excellence.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/orange-soup-vegetable-vitamine-riched-delicious-salted-peppered-brown-wood-rustic-desk_140725-14857.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/orange-soup-vegetable-vitamine-riched-delicious-salted-peppered-brown-wood-rustic-desk_140725-14857.jpg?_wi=3"
},
items: [
{ icon: Flame, text: "Premium ingredients" },
@@ -166,7 +166,7 @@ export default function LandingPage() {
},
{
id: "3", title: "Prime Location", description: "Conveniently located near Thrissur Round in the heart of the city. Easy to reach and impossible to miss.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure_285396-7236.jpg"
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure_285396-7236.jpg?_wi=4"
},
items: [
{ icon: MapPin, text: "Central location" },
@@ -221,7 +221,7 @@ export default function LandingPage() {
required: false
}}
buttonText="Reserve Table"
imageSrc="http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure_285396-7236.jpg"
imageSrc="http://img.b2bpic.net/free-photo/elegant-beautiful-woman-sitting-vintage-cafe-black-velvet-dress-evening-gown-rich-stylish-lady-elegant-fashion-trend-sexy-seductive-look-attractive-skinny-figure_285396-7236.jpg?_wi=5"
imageAlt="Kanary Restaurant"
mediaAnimation="slide-up"
mediaPosition="right"