Update src/app/page.tsx
This commit is contained in:
320
src/app/page.tsx
320
src/app/page.tsx
@@ -33,31 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "#contact",
|
||||
}}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/hand-reaching-fresh-tacos-wooden-board-candlelight_1308-189504.jpg"
|
||||
text: "Order Online", href: "#contact"}}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/indian-curry-spices-mix_140725-7821.jpg"
|
||||
logoAlt="Spice of India Logo"
|
||||
brandName="Spice of India"
|
||||
/>
|
||||
@@ -66,20 +54,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Experience Authentic Indian Cuisine in Clonsilla"
|
||||
description="Spice of India brings you the rich, aromatic flavors of traditional Indian cooking right here in Dublin. Join us for an unforgettable culinary journey."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Our Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-appetizing-ramadan-meal_23-2151182537.jpg"
|
||||
imageAlt="Delicious Indian food spread with a vibrant restaurant interior in the background"
|
||||
@@ -87,61 +70,34 @@ export default function LandingPage() {
|
||||
fixedMediaHeight={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-smiling-restaurant_23-2150771031.jpg",
|
||||
alt: "Happy customer review",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-man-smiling-restaurant_23-2150771031.jpg", alt: "Happy customer review"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg",
|
||||
alt: "Satisfied diner",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-friends-having-good-time_23-2148395391.jpg", alt: "Satisfied diner"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-confident-man-standing-table-with-freshly-baked-pastry-it-showing-his-muscular-white-kitchen_140725-97140.jpg",
|
||||
alt: "Food enthusiast",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/front-view-confident-man-standing-table-with-freshly-baked-pastry-it-showing-his-muscular-white-kitchen_140725-97140.jpg", alt: "Food enthusiast"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156203.jpg",
|
||||
alt: "Local resident enjoying food",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156203.jpg", alt: "Local resident enjoying food"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-cooking-enjoying-food_23-2149257438.jpg",
|
||||
alt: "Guest leaving positive feedback",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-cooking-enjoying-food_23-2149257438.jpg", alt: "Guest leaving positive feedback"},
|
||||
]}
|
||||
avatarText="Loved by over 50,000 satisfied customers!"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Flavors",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Authentic Flavors", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/spaghetti-egg-spice-bowl-beside-various-vegetables-chicken-drumstick-wooden-plate-blue-background_114579-45623.jpg",
|
||||
alt: "Fresh Indian spices",
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/indian-curry-spices-mix_140725-7821.jpg", alt: "Fresh Indian spices"},
|
||||
{
|
||||
type: "text-icon", text: "Exceptional Service", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Exceptional Service",
|
||||
icon: Award,
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/tasty-indian-food_23-2150917260.jpg", alt: "Traditional Indian dish"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/top-close-view-salad-with-species-right-side-it-dark-background_140725-136074.jpg",
|
||||
alt: "Traditional Indian dish",
|
||||
},
|
||||
type: "text", text: "Finest Ingredients"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Finest Ingredients",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-tasty-pakistani-dish_23-2148825129.jpg", alt: "Gourmet Indian meal"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/top-close-view-little-delicious-cake-with-green-cream-dark-surface-cookies-biscuit-sweet-sugar-pie-cake_140725-54038.jpg",
|
||||
alt: "Gourmet Indian meal",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Warm Ambiance",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Warm Ambiance", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
marqueeSpeed={40}
|
||||
@@ -156,20 +112,14 @@ export default function LandingPage() {
|
||||
description="At Spice of India Clonsilla, we are dedicated to crafting exquisite Indian dishes using time-honored recipes and the freshest ingredients. Our journey began with a simple desire: to share the true taste of India with our community."
|
||||
metrics={[
|
||||
{
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
},
|
||||
value: "15+", title: "Years Experience"},
|
||||
{
|
||||
value: "100+",
|
||||
title: "Signature Dishes",
|
||||
},
|
||||
value: "100+", title: "Signature Dishes"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Happy Customers Daily",
|
||||
},
|
||||
value: "500+", title: "Happy Customers Daily"},
|
||||
]}
|
||||
tag="About Us"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-yellow-light-green-nogul-candies-with-spices-vase_140725-13892.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-dish-restaurant_23-2149594539.jpg"
|
||||
imageAlt="Chef carefully preparing an Indian curry dish with fresh ingredients"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
@@ -184,34 +134,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Utensils,
|
||||
title: "Traditional Recipes",
|
||||
description: "Savour authentic dishes passed down through generations, prepared with culinary expertise.",
|
||||
},
|
||||
title: "Traditional Recipes", description: "Savour authentic dishes passed down through generations, prepared with culinary expertise."},
|
||||
{
|
||||
icon: Leaf,
|
||||
title: "Fresh, Quality Ingredients",
|
||||
description: "We handpick the freshest spices and finest ingredients to ensure every dish is a masterpiece.",
|
||||
},
|
||||
title: "Fresh, Quality Ingredients", description: "We handpick the freshest spices and finest ingredients to ensure every dish is a masterpiece."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Exquisite Dining Experience",
|
||||
description: "Enjoy our vibrant and welcoming ambiance, perfect for family dinners or special occasions.",
|
||||
},
|
||||
title: "Exquisite Dining Experience", description: "Enjoy our vibrant and welcoming ambiance, perfect for family dinners or special occasions."},
|
||||
{
|
||||
icon: Smile,
|
||||
title: "Exceptional Service",
|
||||
description: "Our friendly and attentive staff are dedicated to making your visit truly memorable.",
|
||||
},
|
||||
title: "Exceptional Service", description: "Our friendly and attentive staff are dedicated to making your visit truly memorable."},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Signature Flavors",
|
||||
description: "Explore a diverse menu featuring a blend of classic and innovative Indian culinary delights.",
|
||||
},
|
||||
title: "Signature Flavors", description: "Explore a diverse menu featuring a blend of classic and innovative Indian culinary delights."},
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Convenient Takeaway",
|
||||
description: "Enjoy our delicious food in the comfort of your home with our efficient takeaway service.",
|
||||
},
|
||||
title: "Convenient Takeaway", description: "Enjoy our delicious food in the comfort of your home with our efficient takeaway service."},
|
||||
]}
|
||||
title="Why Dine With Us?"
|
||||
description="Discover what makes Spice of India Clonsilla the perfect choice for your next meal. We promise an experience as rich as our flavors."
|
||||
@@ -226,53 +164,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Butter Chicken",
|
||||
price: "€16.99",
|
||||
variant: "Creamy & Mild",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-sauce-with-rice_140725-6146.jpg",
|
||||
imageAlt: "A bowl of creamy Butter Chicken with a side of rice.",
|
||||
},
|
||||
id: "1", name: "Butter Chicken", price: "€16.99", variant: "Creamy & Mild", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-sauce-with-rice_140725-6146.jpg", imageAlt: "A bowl of creamy Butter Chicken with a side of rice."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lamb Rogan Josh",
|
||||
price: "€18.50",
|
||||
variant: "Rich & Spicy",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-pakistani-dish_23-2148825125.jpg",
|
||||
imageAlt: "A bowl of Lamb Rogan Josh, a rich and spicy lamb curry.",
|
||||
},
|
||||
id: "2", name: "Lamb Rogan Josh", price: "€18.50", variant: "Rich & Spicy", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-pakistani-dish_23-2148825125.jpg", imageAlt: "A bowl of Lamb Rogan Josh, a rich and spicy lamb curry."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Paneer Tikka",
|
||||
price: "€14.99",
|
||||
variant: "Vegetarian Delight",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegan-grilled-vegetable-skewers-recipe-idea_53876-100111.jpg",
|
||||
imageAlt: "Grilled Paneer Tikka skewers served with mint chutney.",
|
||||
},
|
||||
id: "3", name: "Paneer Tikka", price: "€14.99", variant: "Vegetarian Delight", imageSrc: "http://img.b2bpic.net/free-photo/vegan-grilled-vegetable-skewers-recipe-idea_53876-100111.jpg", imageAlt: "Grilled Paneer Tikka skewers served with mint chutney."},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chicken Biryani",
|
||||
price: "€15.99",
|
||||
variant: "Aromatic Rice Dish",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-assortment_23-2148821520.jpg",
|
||||
imageAlt: "A plate of aromatic Chicken Biryani with raita.",
|
||||
},
|
||||
id: "4", name: "Chicken Biryani", price: "€15.99", variant: "Aromatic Rice Dish", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistan-dish-assortment_23-2148821520.jpg", imageAlt: "A plate of aromatic Chicken Biryani with raita."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Garlic Naan",
|
||||
price: "€3.50",
|
||||
variant: "Freshly Baked",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-dish_23-2148825104.jpg",
|
||||
imageAlt: "Warm, freshly baked garlic naan bread.",
|
||||
},
|
||||
id: "5", name: "Garlic Naan", price: "€3.50", variant: "Freshly Baked", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-pakistani-dish_23-2148825104.jpg", imageAlt: "Warm, freshly baked garlic naan bread."},
|
||||
{
|
||||
id: "6",
|
||||
name: "Vegetable Samosa",
|
||||
price: "€5.99",
|
||||
variant: "Crispy Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistani-food_23-2148825159.jpg",
|
||||
imageAlt: "Crispy vegetable samosas served with dipping sauce.",
|
||||
},
|
||||
id: "6", name: "Vegetable Samosa", price: "€5.99", variant: "Crispy Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistani-food_23-2148825159.jpg", imageAlt: "Crispy vegetable samosas served with dipping sauce."},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore a selection of our most popular and beloved dishes, crafted to perfection with authentic Indian spices."
|
||||
@@ -286,53 +188,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Local Resident",
|
||||
testimonial: "The best Indian food I've had in Dublin! Every dish is bursting with flavor, and the staff are incredibly welcoming. A true gem in Clonsilla.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg",
|
||||
imageAlt: "Photo of Sarah J.",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Local Resident", testimonial: "The best Indian food I've had in Dublin! Every dish is bursting with flavor, and the staff are incredibly welcoming. A true gem in Clonsilla.", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg", imageAlt: "Photo of Sarah J."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael C.",
|
||||
role: "Food Blogger",
|
||||
testimonial: "An authentic taste of India! From the vibrant curries to the freshly baked naan, Spice of India never disappoints. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg",
|
||||
imageAlt: "Photo of Michael C.",
|
||||
},
|
||||
id: "2", name: "Michael C.", role: "Food Blogger", testimonial: "An authentic taste of India! From the vibrant curries to the freshly baked naan, Spice of India never disappoints. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg", imageAlt: "Photo of Michael C."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Event Planner",
|
||||
testimonial: "We catered our event with Spice of India, and our guests were raving about the food. Flawless service and incredible taste. Thank you!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-man-pouring-alcohol-glass_23-2147828180.jpg",
|
||||
imageAlt: "Photo of Emily R.",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Event Planner", testimonial: "We catered our event with Spice of India, and our guests were raving about the food. Flawless service and incredible taste. Thank you!", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-man-pouring-alcohol-glass_23-2147828180.jpg", imageAlt: "Photo of Emily R."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Regular Customer",
|
||||
testimonial: "This is our go-to spot for Indian food. Consistent quality, friendly atmosphere, and truly delicious food every single time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-with-sushi_23-2149957085.jpg",
|
||||
imageAlt: "Photo of David K.",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Regular Customer", testimonial: "This is our go-to spot for Indian food. Consistent quality, friendly atmosphere, and truly delicious food every single time.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-friends-with-sushi_23-2149957085.jpg", imageAlt: "Photo of David K."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fiona L.",
|
||||
role: "Tourist",
|
||||
testimonial: "Visited while in Clonsilla and was blown away! The flavors transported me straight to India. A must-try for any curry lover.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-person-eating-fresh-cheese_23-2150220533.jpg",
|
||||
imageAlt: "Photo of Fiona L.",
|
||||
},
|
||||
id: "5", name: "Fiona L.", role: "Tourist", testimonial: "Visited while in Clonsilla and was blown away! The flavors transported me straight to India. A must-try for any curry lover.", imageSrc: "http://img.b2bpic.net/free-photo/authentic-person-eating-fresh-cheese_23-2150220533.jpg", imageAlt: "Photo of Fiona L."},
|
||||
{
|
||||
id: "6",
|
||||
name: "John P.",
|
||||
role: "Local Business Owner",
|
||||
testimonial: "Always a fantastic meal at Spice of India. The team is wonderful, and the food is consistently excellent. Top marks!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-people-celebrating-together_23-2149262306.jpg",
|
||||
imageAlt: "Photo of John P.",
|
||||
},
|
||||
id: "6", name: "John P.", role: "Local Business Owner", testimonial: "Always a fantastic meal at Spice of India. The team is wonderful, and the food is consistently excellent. Top marks!", imageSrc: "http://img.b2bpic.net/free-photo/senior-people-celebrating-together_23-2149262306.jpg", imageAlt: "Photo of John P."},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Hear from our happy customers who've experienced the best of Indian cuisine at Spice of India Clonsilla."
|
||||
@@ -344,14 +210,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Dublin Food Guide",
|
||||
"Taste of Ireland",
|
||||
"Clonsilla Herald",
|
||||
"Restaurant Review Ireland",
|
||||
"Local's Choice Awards",
|
||||
"Best of Curry",
|
||||
"Foodie Favorites",
|
||||
]}
|
||||
"Dublin Food Guide", "Taste of Ireland", "Clonsilla Herald", "Restaurant Review Ireland", "Local's Choice Awards", "Best of Curry", "Foodie Favorites"]}
|
||||
title="Recognised for Excellence"
|
||||
description="Proudly acknowledged by our community and culinary critics for our dedication to quality and authentic Indian cuisine."
|
||||
tag="Our Accolades"
|
||||
@@ -364,30 +223,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you offer vegetarian and vegan options?",
|
||||
content: "Yes, we have a wide selection of vegetarian and vegan dishes carefully crafted to ensure flavor and authenticity. Please inform our staff of any dietary preferences.",
|
||||
},
|
||||
id: "q1", title: "Do you offer vegetarian and vegan options?", content: "Yes, we have a wide selection of vegetarian and vegan dishes carefully crafted to ensure flavor and authenticity. Please inform our staff of any dietary preferences."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I make a reservation?",
|
||||
content: "Yes, we highly recommend making a reservation, especially for weekend evenings, to ensure you get a table. You can book online through our website or by calling us directly.",
|
||||
},
|
||||
id: "q2", title: "Can I make a reservation?", content: "Yes, we highly recommend making a reservation, especially for weekend evenings, to ensure you get a table. You can book online through our website or by calling us directly."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you provide catering services for events?",
|
||||
content: "Absolutely! We offer bespoke catering services for private events, corporate gatherings, and parties. Please contact us to discuss your specific requirements.",
|
||||
},
|
||||
id: "q3", title: "Do you provide catering services for events?", content: "Absolutely! We offer bespoke catering services for private events, corporate gatherings, and parties. Please contact us to discuss your specific requirements."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you offer takeaway and delivery?",
|
||||
content: "Yes, both takeaway and delivery services are available. You can place your order for pickup by calling us or order delivery through our partner platforms.",
|
||||
},
|
||||
id: "q4", title: "Do you offer takeaway and delivery?", content: "Yes, both takeaway and delivery services are available. You can place your order for pickup by calling us or order delivery through our partner platforms."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "What are your opening hours?",
|
||||
content: "We are open Monday to Sunday from 12:00 PM to 10:30 PM. Please check our Contact page for the most up-to-date hours, especially on public holidays.",
|
||||
},
|
||||
id: "q5", title: "What are your opening hours?", content: "We are open Monday to Sunday from 12:00 PM to 10:30 PM. Please check our Contact page for the most up-to-date hours, especially on public holidays."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about dining with us, reservations, dietary needs, and more."
|
||||
@@ -399,12 +243,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Make a Reservation"
|
||||
description="We look forward to welcoming you to Spice of India Clonsilla. Contact us for reservations, catering inquiries, or any questions you may have."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indian-food-assortment-top-view_23-2148747717.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/exterior-modern-restaurant-night_23-2151283307.jpg"
|
||||
imageAlt="Exterior view of Spice of India restaurant at night"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="left"
|
||||
@@ -416,67 +259,42 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoSrc="http://img.b2bpic.net/free-photo/hand-reaching-fresh-tacos-wooden-board-candlelight_1308-189504.jpg"
|
||||
logoSrc="http://img.b2bpic.net/free-photo/indian-curry-spices-mix_140725-7821.jpg"
|
||||
logoAlt="Spice of India Logo"
|
||||
logoText="Spice of India"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Our Services",
|
||||
items: [
|
||||
title: "Our Services", items: [
|
||||
{
|
||||
label: "Dine-In",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dine-In", href: "#"},
|
||||
{
|
||||
label: "Takeaway",
|
||||
href: "#",
|
||||
},
|
||||
label: "Takeaway", href: "#"},
|
||||
{
|
||||
label: "Catering",
|
||||
href: "#",
|
||||
},
|
||||
label: "Catering", href: "#"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/spiceofindiaclonsilla",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/spiceofindiaclonsilla"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/spiceofindiaclonsilla",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/spiceofindiaclonsilla"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -486,4 +304,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user