Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 934da498a1 |
269
src/app/page.tsx
269
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "#about",
|
||||
},
|
||||
name: "Our Story", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Reviews", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Punjabi Spice"
|
||||
/>
|
||||
@@ -58,109 +48,61 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Authentic Punjabi Flavors"
|
||||
description="Experience the vibrant spices and traditional soul of Punjab. Fresh, handcrafted meals delivered to your door."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-paintings-walls_140725-6310.jpg",
|
||||
imageAlt: "Authentic restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-paintings-walls_140725-6310.jpg", imageAlt: "Authentic restaurant interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-spoons-with-spices-powder_23-2148285465.jpg",
|
||||
imageAlt: "Traditional dishes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-spoons-with-spices-powder_23-2148285465.jpg", imageAlt: "Traditional dishes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-end-professional-cabinet-used-psychotherapy-meetings_482257-117710.jpg",
|
||||
imageAlt: "Authentic restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-end-professional-cabinet-used-psychotherapy-meetings_482257-117710.jpg", imageAlt: "Authentic restaurant interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-with-naan-bread-delicious-indian-dish_23-2152002843.jpg",
|
||||
imageAlt: "Traditional dishes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-curry-with-naan-bread-delicious-indian-dish_23-2152002843.jpg", imageAlt: "Traditional dishes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg",
|
||||
imageAlt: "Authentic restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-light-lamp_1203-3094.jpg", imageAlt: "Authentic restaurant interior"},
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-christmas-dish-bottle-oil-bowls-spices-lemon-garlic-tree-branches-black-surface_140725-111537.jpg",
|
||||
imageAlt: "Traditional dishes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-christmas-dish-bottle-oil-bowls-spices-lemon-garlic-tree-branches-black-surface_140725-111537.jpg", imageAlt: "Traditional dishes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508971.jpg",
|
||||
imageAlt: "Traditional dishes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-thai-food-still-life_23-2149508971.jpg", imageAlt: "Traditional dishes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg",
|
||||
imageAlt: "Authentic restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxurious-office-space-multinational-company-with-monitor_482257-119882.jpg", imageAlt: "Authentic restaurant interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23916.jpg",
|
||||
imageAlt: "Traditional dishes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-red-curry-black-cup_1150-23916.jpg", imageAlt: "Traditional dishes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-empty-cafeteria_181624-29282.jpg",
|
||||
imageAlt: "Authentic restaurant interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-empty-cafeteria_181624-29282.jpg", imageAlt: "Authentic restaurant interior"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Your Feast", href: "#menu"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe-fur-against-yellow-wall_627829-5874.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/fashionable-african-american-woman-black-cap-chilling-cozy-cafe-fur-against-yellow-wall_627829-5874.jpg", alt: "Diner 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821260.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821260.jpg", alt: "Diner 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg", alt: "Diner 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561244.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/digital-lavender-interior-design_23-2151561244.jpg", alt: "Diner 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/spicy-chicken-curry-black-bowl_84443-85796.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/spicy-chicken-curry-black-bowl_84443-85796.jpg", alt: "Diner 5"},
|
||||
]}
|
||||
avatarText="Join 20,000+ happy diners"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20777.jpg",
|
||||
alt: "Logo 1",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/massaman-curry-frying-pan-with-spices-cement-floor_1150-20777.jpg", alt: "Logo 1"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-meal_23-2148825120.jpg",
|
||||
alt: "Logo 2",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/high-angle-delicious-chicken-meal_23-2148825120.jpg", alt: "Logo 2"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg",
|
||||
alt: "Logo 3",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-woman-showing-menu-card-female-customer-sitting-restaurant_23-2147936254.jpg", alt: "Logo 3"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/friendly-afro-man-traditional-yellow-clothes-restaurant_627829-1132.jpg",
|
||||
alt: "Logo 4",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/friendly-afro-man-traditional-yellow-clothes-restaurant_627829-1132.jpg", alt: "Logo 4"},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/dinner-set-sushi-rolls-salads-cocktails-hookah-side-view_141793-3100.jpg",
|
||||
alt: "Logo 5",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/dinner-set-sushi-rolls-salads-cocktails-hookah-side-view_141793-3100.jpg", alt: "Logo 5"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,59 +125,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Main Course",
|
||||
name: "Butter Chicken",
|
||||
price: "$18.99",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-tikka-masala-with-rice-naan_23-2152002828.jpg",
|
||||
},
|
||||
id: "1", brand: "Main Course", name: "Butter Chicken", price: "$18.99", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/chicken-tikka-masala-with-rice-naan_23-2152002828.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Breads",
|
||||
name: "Garlic Naan",
|
||||
price: "$3.50",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-bread-seasonings-brown-food-meal-dough_140725-19040.jpg",
|
||||
},
|
||||
id: "2", brand: "Breads", name: "Garlic Naan", price: "$3.50", rating: 5,
|
||||
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-plate-with-bread-seasonings-brown-food-meal-dough_140725-19040.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Main Course",
|
||||
name: "Paneer Tikka",
|
||||
price: "$16.50",
|
||||
rating: 4,
|
||||
reviewCount: "92",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-salad-with-vegetables_140725-85133.jpg",
|
||||
},
|
||||
id: "3", brand: "Main Course", name: "Paneer Tikka", price: "$16.50", rating: 4,
|
||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-chicken-salad-with-vegetables_140725-85133.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Rice",
|
||||
name: "Vegetable Biryani",
|
||||
price: "$14.99",
|
||||
rating: 4,
|
||||
reviewCount: "70",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-dish-meal-dark-food-spice_140725-82261.jpg",
|
||||
},
|
||||
id: "4", brand: "Rice", name: "Vegetable Biryani", price: "$14.99", rating: 4,
|
||||
reviewCount: "70", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cooked-rice-with-seasonings-dark-surface-dish-meal-dark-food-spice_140725-82261.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Side",
|
||||
name: "Dal Makhani",
|
||||
price: "$12.00",
|
||||
rating: 5,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-with-copy-space_23-2148821545.jpg",
|
||||
},
|
||||
id: "5", brand: "Side", name: "Dal Makhani", price: "$12.00", rating: 5,
|
||||
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pakistan-meal-with-copy-space_23-2148821545.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Dessert",
|
||||
name: "Gulab Jamun",
|
||||
price: "$5.99",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glass-platter-with-cookies-jelly-sweets-marble-surface_114579-75235.jpg",
|
||||
},
|
||||
id: "6", brand: "Dessert", name: "Gulab Jamun", price: "$5.99", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/glass-platter-with-cookies-jelly-sweets-marble-surface_114579-75235.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore our curated selection of authentic Punjabi delights, made fresh daily."
|
||||
@@ -249,34 +155,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years of Tradition",
|
||||
items: [
|
||||
"Family recipes",
|
||||
"Traditional spice blending",
|
||||
"Local sourcing",
|
||||
],
|
||||
id: "m1", value: "15+", title: "Years of Tradition", items: [
|
||||
"Family recipes", "Traditional spice blending", "Local sourcing"],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20k+",
|
||||
title: "Satisfied Diners",
|
||||
items: [
|
||||
"Happy families",
|
||||
"Corporate clients",
|
||||
"Regular patrons",
|
||||
],
|
||||
id: "m2", value: "20k+", title: "Satisfied Diners", items: [
|
||||
"Happy families", "Corporate clients", "Regular patrons"],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Authentic Ingredients",
|
||||
items: [
|
||||
"Fresh herbs",
|
||||
"Hand-ground spices",
|
||||
"Non-GMO",
|
||||
],
|
||||
id: "m3", value: "100%", title: "Authentic Ingredients", items: [
|
||||
"Fresh herbs", "Hand-ground spices", "Non-GMO"],
|
||||
},
|
||||
]}
|
||||
title="Why Punjabi Spice?"
|
||||
@@ -291,40 +179,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The best butter chicken I have ever had! Authentic and perfectly spiced.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best butter chicken I have ever had! Authentic and perfectly spiced.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
handle: "@markd",
|
||||
testimonial: "Fantastic service and incredible naan. Always our go-to for family dinners.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
id: "2", name: "Mark D.", handle: "@markd", testimonial: "Fantastic service and incredible naan. Always our go-to for family dinners.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily P.",
|
||||
handle: "@emilyp",
|
||||
testimonial: "Great vibes and amazing dal. Highly recommend to any curry lover.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-eating-croissant-cafe_1170-629.jpg",
|
||||
},
|
||||
id: "3", name: "Emily P.", handle: "@emilyp", testimonial: "Great vibes and amazing dal. Highly recommend to any curry lover.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-eating-croissant-cafe_1170-629.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David W.",
|
||||
handle: "@davidw",
|
||||
testimonial: "Finally, real Punjabi flavor in the city. Will definitely be coming back.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg",
|
||||
},
|
||||
id: "4", name: "David W.", handle: "@davidw", testimonial: "Finally, real Punjabi flavor in the city. Will definitely be coming back.", imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-businesswoman-her-colleague-toasting-with-champagne-office-party_637285-9569.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
handle: "@jessl",
|
||||
testimonial: "Fresh, hot, and so authentic. Everything about this place is excellent.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663866.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica L.", handle: "@jessl", testimonial: "Fresh, hot, and so authentic. Everything about this place is excellent.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663866.jpg"},
|
||||
]}
|
||||
title="Love from Our Diners"
|
||||
description="What our guests have to say about their dining experience at Punjabi Spice."
|
||||
@@ -337,20 +200,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you offer delivery?",
|
||||
content: "Yes, we deliver within a 10-mile radius through our website and major delivery platforms.",
|
||||
},
|
||||
id: "f1", title: "Do you offer delivery?", content: "Yes, we deliver within a 10-mile radius through our website and major delivery platforms."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you have vegetarian options?",
|
||||
content: "Absolutely! We have a wide variety of vegetarian dishes like Paneer Tikka and Daal.",
|
||||
},
|
||||
id: "f2", title: "Do you have vegetarian options?", content: "Absolutely! We have a wide variety of vegetarian dishes like Paneer Tikka and Daal."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I reserve a table?",
|
||||
content: "Yes, reservations can be made through our contact form or by calling us directly.",
|
||||
},
|
||||
id: "f3", title: "Can I reserve a table?", content: "Yes, reservations can be made through our contact form or by calling us directly."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-white-suit-gloves-designing-meat-meal-inside-kitchen-food-meal-meat_140725-26014.jpg"
|
||||
imageAlt="Restaurant dining area"
|
||||
@@ -365,14 +219,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready to experience the flavors of Punjab? Order online or visit us today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Call to Reserve",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call to Reserve", href: "tel:+1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -381,16 +232,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Punjabi Spice"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms & Conditions",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms & Conditions", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user