Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 14:49:08 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="medium"
sizing="largeSmall"
background="blurBottom"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="flat"
secondaryButtonStyle="radial-glow"
@@ -47,20 +47,20 @@ export default function LandingPage() {
tag="Fine Dining"
tagIcon={Utensils}
tagAnimation="slide-up"
background={{ variant: "blurBottom" }}
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-feast-first-day-passover-seder_23-2150247731.jpg", imageAlt: "Swad Sarnim restaurant ambiance"},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086045.jpg?_wi=1", imageAlt: "Signature Masala Dosa"},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086045.jpg", imageAlt: "Signature Masala Dosa"},
{
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1308.jpg?_wi=1", imageAlt: "Elegant dining experience"},
imageSrc: "http://img.b2bpic.net/free-photo/wine-glass_74190-1308.jpg", imageAlt: "Elegant dining experience"},
{
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-table_23-2150770481.jpg?_wi=1", imageAlt: "Spicy Paneer Taco"},
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-table_23-2150770481.jpg", imageAlt: "Spicy Paneer Taco"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-concept_23-2148510918.jpg", imageAlt: "Chef preparing dishes"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-plate-stuffed-cabbage-with-lemon-herbs-sauce-bowls-rice-colorful-spices-black-pepper-black-table_140725-110561.jpg?_wi=1", imageAlt: "Cheese Dosa specialty"},
imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-plate-stuffed-cabbage-with-lemon-herbs-sauce-bowls-rice-colorful-spices-black-pepper-black-table_140725-110561.jpg", imageAlt: "Cheese Dosa specialty"},
]}
buttons={[
{ text: "Reserve a Table", href: "contact" },
@@ -80,16 +80,16 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Dosas", description: "Crispy fermented rice and lentil crepes served with sambar and coconut chutney. Our signature preparation brings authentic South Indian taste.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086045.jpg?_wi=2", imageAlt: "Masala Dosa", button: { text: "Learn More", href: "#" },
title: "Dosas", description: "Crispy fermented rice and lentil crepes served with sambar and coconut chutney. Our signature preparation brings authentic South Indian taste.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086045.jpg", imageAlt: "Masala Dosa", button: { text: "Learn More", href: "#" },
},
{
title: "Tacos", description: "Fusion delights combining Indian spices with Mexican flair. Perfect for those seeking bold, adventurous flavors with a modern twist.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-table_23-2150770481.jpg?_wi=2", imageAlt: "Paneer Taco", button: { text: "Learn More", href: "#" },
title: "Tacos", description: "Fusion delights combining Indian spices with Mexican flair. Perfect for those seeking bold, adventurous flavors with a modern twist.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-table_23-2150770481.jpg", imageAlt: "Paneer Taco", button: { text: "Learn More", href: "#" },
},
{
title: "Specialty Beverages", description: "From rich cold coffee to refreshing shakes, our beverage selection complements every meal perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-plate-stuffed-cabbage-with-lemon-herbs-sauce-bowls-rice-colorful-spices-black-pepper-black-table_140725-110561.jpg?_wi=2", imageAlt: "Beverages", button: { text: "Learn More", href: "#" },
title: "Specialty Beverages", description: "From rich cold coffee to refreshing shakes, our beverage selection complements every meal perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-plate-stuffed-cabbage-with-lemon-herbs-sauce-bowls-rice-colorful-spices-black-pepper-black-table_140725-110561.jpg", imageAlt: "Beverages", button: { text: "Learn More", href: "#" },
},
{
title: "Chef's Creations", description: "Seasonal specials crafted by our head chef using premium ingredients and innovative cooking techniques.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-with-meat_23-2148750427.jpg?_wi=1", imageAlt: "Chef's Specials", button: { text: "Learn More", href: "#" },
title: "Chef's Creations", description: "Seasonal specials crafted by our head chef using premium ingredients and innovative cooking techniques.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-with-meat_23-2148750427.jpg", imageAlt: "Chef's Specials", button: { text: "Learn More", href: "#" },
},
]}
gridVariant="two-columns-alternating-heights"
@@ -109,7 +109,7 @@ export default function LandingPage() {
description="Founded in 2024"
subdescription="Swad Sarnim - Where tradition meets innovation"
icon={Flame}
imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-1308.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/wine-glass_74190-1308.jpg"
imageAlt="Restaurant dining ambiance"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -126,13 +126,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Masala Dosa", price: "$8.00", variant: "Crispy South Indian Specialty", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086045.jpg?_wi=3", imageAlt: "Masala Dosa"},
id: "1", name: "Masala Dosa", price: "$8.00", variant: "Crispy South Indian Specialty", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dosa-composition_23-2149086045.jpg", imageAlt: "Masala Dosa"},
{
id: "2", name: "Cheese Dosa", price: "$10.00", variant: "Fusion Delight", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-plate-stuffed-cabbage-with-lemon-herbs-sauce-bowls-rice-colorful-spices-black-pepper-black-table_140725-110561.jpg?_wi=3", imageAlt: "Cheese Dosa"},
id: "2", name: "Cheese Dosa", price: "$10.00", variant: "Fusion Delight", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-stuffed-cabbage-plate-stuffed-cabbage-with-lemon-herbs-sauce-bowls-rice-colorful-spices-black-pepper-black-table_140725-110561.jpg", imageAlt: "Cheese Dosa"},
{
id: "3", name: "Spicy Paneer Taco", price: "$12.00", variant: "Indian Fusion", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-table_23-2150770481.jpg?_wi=3", imageAlt: "Spicy Paneer Taco"},
id: "3", name: "Spicy Paneer Taco", price: "$12.00", variant: "Indian Fusion", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-table_23-2150770481.jpg", imageAlt: "Spicy Paneer Taco"},
{
id: "4", name: "Classic Bean Taco", price: "$11.00", variant: "Traditional Recipe", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-with-meat_23-2148750427.jpg?_wi=2", imageAlt: "Classic Bean Taco"},
id: "4", name: "Classic Bean Taco", price: "$11.00", variant: "Traditional Recipe", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-tacos-with-meat_23-2148750427.jpg", imageAlt: "Classic Bean Taco"},
]}
gridVariant="two-columns-alternating-heights"
textboxLayout="default"