Merge version_1 into main #2
147
src/app/page.tsx
147
src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Signature Dishes",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Signature Dishes", id: "menu"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Reserve",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Reserve", id: "contact"},
|
||||
]}
|
||||
brandName="Saffron & Spice"
|
||||
/>
|
||||
@@ -56,15 +46,12 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Where Flavor Meets Experience"
|
||||
description="Indulge in authentic Indian cuisine crafted for those who crave bold, unforgettable flavors. Every dish tells a story of tradition, quality, and passion—loved by over 3,000 discerning guests."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/delicious-food-table-high-angle_23-2149617136.jpg"
|
||||
imageAlt="Luxurious Chicken Biryani in warm, elegant lighting"
|
||||
@@ -77,9 +64,7 @@ export default function LandingPage() {
|
||||
title="Our Story – Crafted for Connoisseurs"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Learn More", href: "#menu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -92,23 +77,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Karvepaku Kodi Vepudu",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-meal-consists-sliced-vegetables-greens-brown-rustic-desk-meal-sauce-soup-food-vegetable-calorie_140725-86213.jpg",
|
||||
},
|
||||
id: "p1", name: "Karvepaku Kodi Vepudu", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-cooked-meal-consists-sliced-vegetables-greens-brown-rustic-desk-meal-sauce-soup-food-vegetable-calorie_140725-86213.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Royal Hyderabadi Biryani",
|
||||
price: "$32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-near-spices_23-2147894755.jpg",
|
||||
},
|
||||
id: "p2", name: "Royal Hyderabadi Biryani", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/pan-with-rice-near-spices_23-2147894755.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Truffle Infused Paneer Tikka",
|
||||
price: "$24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-delight-with-berries-fruits_140725-9738.jpg",
|
||||
},
|
||||
id: "p3", name: "Truffle Infused Paneer Tikka", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/sweet-delight-with-berries-fruits_140725-9738.jpg"},
|
||||
]}
|
||||
title="Our Signature Creations"
|
||||
description="Explore a curation of bold spices, tender meats, and timeless traditions."
|
||||
@@ -117,63 +90,33 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Food Critic",
|
||||
company: "Dining Daily",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-celebrating-valentine-s-day-with-bottle-wine_23-2148435715.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", role: "Food Critic", company: "Dining Daily", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-celebrating-valentine-s-day-with-bottle-wine_23-2148435715.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Chef",
|
||||
company: "Global Flavors",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663874.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", role: "Chef", company: "Global Flavors", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663874.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Traveler",
|
||||
company: "GlobeTrotter",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-sitting-cafe-eating-tasty-pie_285396-1083.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", role: "Traveler", company: "GlobeTrotter", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-woman-sitting-cafe-eating-tasty-pie_285396-1083.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Manager",
|
||||
company: "Corporate Hub",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-wine_23-2149152917.jpg",
|
||||
},
|
||||
id: "t4", name: "David Kim", role: "Manager", company: "Corporate Hub", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-wine_23-2149152917.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sophia Martinez",
|
||||
role: "Connoisseur",
|
||||
company: "Flavor Seekers",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-celebrating-valentine-s-day-with-bottle-wine_23-2148435715.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Sophia Martinez", role: "Connoisseur", company: "Flavor Seekers", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-celebrating-valentine-s-day-with-bottle-wine_23-2148435715.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Customer Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Customer Rating"},
|
||||
{
|
||||
value: "3k+",
|
||||
label: "Happy Guests",
|
||||
},
|
||||
value: "3k+", label: "Happy Guests"},
|
||||
{
|
||||
value: "12",
|
||||
label: "Years Tradition",
|
||||
},
|
||||
value: "12", label: "Years Tradition"},
|
||||
]}
|
||||
title="Voices of Our Guests"
|
||||
description="Hear why food enthusiasts choose Saffron & Spice for their most memorable occasions."
|
||||
@@ -187,22 +130,14 @@ export default function LandingPage() {
|
||||
description="Book your premium dining experience in advance for priority seating and personalized service."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Special requests or party size",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Special requests or party size", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-city-lights_23-2148139066.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -213,33 +148,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user