Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6c3869387 | |||
| dafbbf3cb9 |
197
src/app/page.tsx
197
src/app/page.tsx
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Flames Indian Cuisine"
|
||||
/>
|
||||
@@ -55,31 +47,20 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Flames Indian Cuisine"
|
||||
description="Experience the timeless tradition of Indian culinary art, where every flame kindles a flavor, and every spice tells a story of heritage."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg",
|
||||
imageAlt: "Authentic Indian Curry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg?_wi=1", imageAlt: "Authentic Indian Curry"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-bright-cake-with-cream-cracker-cookies-dark-wall-cake-biscuit-pie-sugar-sweet-photo-cookie_140725-53987.jpg",
|
||||
imageAlt: "Fresh Naan Bread",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-bright-cake-with-cream-cracker-cookies-dark-wall-cake-biscuit-pie-sugar-sweet-photo-cookie_140725-53987.jpg", imageAlt: "Fresh Naan Bread"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pepper-chopped-finely-chopped-red-cabbage-plate-marble-surface_114579-48518.jpg",
|
||||
imageAlt: "Exquisite Spices",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pepper-chopped-finely-chopped-red-cabbage-plate-marble-surface_114579-48518.jpg", imageAlt: "Exquisite Spices"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arab-restaurant_23-2147794218.jpg",
|
||||
imageAlt: "Arab restaurant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arab-restaurant_23-2147794218.jpg", imageAlt: "Arab restaurant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg",
|
||||
imageAlt: "Restaurant hall",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg", imageAlt: "Restaurant hall"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -90,9 +71,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Journey of Spice"
|
||||
description={[
|
||||
"At Flames, we honor the ancient techniques of Indian cooking, hand-grinding our masalas and utilizing the Tandoor for authentic, smoky flavors.",
|
||||
"Our chefs bring decades of experience from across the sub-continent to ensure your meal is a genuine culinary treasure.",
|
||||
]}
|
||||
"At Flames, we honor the ancient techniques of Indian cooking, hand-grinding our masalas and utilizing the Tandoor for authentic, smoky flavors.", "Our chefs bring decades of experience from across the sub-continent to ensure your meal is a genuine culinary treasure."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,19 +83,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Tandoor Specials",
|
||||
description: "Clay oven perfection in every bite.",
|
||||
},
|
||||
title: "Tandoor Specials", description: "Clay oven perfection in every bite."},
|
||||
{
|
||||
icon: Wheat,
|
||||
title: "Organic Ingredients",
|
||||
description: "Sourced locally, seasoned naturally.",
|
||||
},
|
||||
title: "Organic Ingredients", description: "Sourced locally, seasoned naturally."},
|
||||
{
|
||||
icon: Flame,
|
||||
title: "Expert Culinary",
|
||||
description: "Masters of traditional spice blends.",
|
||||
},
|
||||
title: "Expert Culinary", description: "Masters of traditional spice blends."},
|
||||
]}
|
||||
title="What Defines Us"
|
||||
description="Authentic recipes crafted with dedication."
|
||||
@@ -131,59 +104,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Butter Chicken",
|
||||
price: "$22.00",
|
||||
rating: 5,
|
||||
reviewCount: "128",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yellow-light-green-nogul-candies-with-spices-vase_140725-13891.jpg",
|
||||
},
|
||||
id: "1", brand: "Signature", name: "Butter Chicken", price: "$22.00", rating: 5,
|
||||
reviewCount: "128", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yellow-light-green-nogul-candies-with-spices-vase_140725-13891.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Signature",
|
||||
name: "Tandoori Platter",
|
||||
price: "$28.00",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-kutab-with-stuffings-piece-wood-served-with-herbs_114579-12978.jpg",
|
||||
},
|
||||
id: "2", brand: "Signature", name: "Tandoori Platter", price: "$28.00", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-kutab-with-stuffings-piece-wood-served-with-herbs_114579-12978.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Signature",
|
||||
name: "Lamb Rogan Josh",
|
||||
price: "$25.00",
|
||||
rating: 4,
|
||||
reviewCount: "84",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg",
|
||||
},
|
||||
id: "3", brand: "Signature", name: "Lamb Rogan Josh", price: "$25.00", rating: 4,
|
||||
reviewCount: "84", imageSrc: "http://img.b2bpic.net/free-photo/chicken-sticks-bowl-tomato-soup_114579-2018.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Vegetarian",
|
||||
name: "Palak Paneer",
|
||||
price: "$18.00",
|
||||
rating: 5,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg",
|
||||
},
|
||||
id: "4", brand: "Vegetarian", name: "Palak Paneer", price: "$18.00", rating: 5,
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-room-with-guns-wall_140725-6307.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Signature",
|
||||
name: "Biryani",
|
||||
price: "$20.00",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246087.jpg",
|
||||
},
|
||||
id: "5", brand: "Signature", name: "Biryani", price: "$20.00", rating: 5,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/pre-prepared-food-showcasing-ready-eat-delicious-meals-go_23-2151246087.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Signature",
|
||||
name: "Dal Makhani",
|
||||
price: "$16.00",
|
||||
rating: 4,
|
||||
reviewCount: "60",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-saffron-small-bottles_23-2149278470.jpg",
|
||||
},
|
||||
id: "6", brand: "Signature", name: "Dal Makhani", price: "$16.00", rating: 4,
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/close-up-saffron-small-bottles_23-2149278470.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Discover a symphony of spices and textures designed to delight every palate."
|
||||
@@ -197,26 +134,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "25",
|
||||
title: "Years of Tradition",
|
||||
description: "A quarter-century serving Indian excellence.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/line-prints-colourful-powder_23-2147964326.jpg",
|
||||
},
|
||||
id: "m1", value: "25", title: "Years of Tradition", description: "A quarter-century serving Indian excellence.", imageSrc: "http://img.b2bpic.net/free-photo/line-prints-colourful-powder_23-2147964326.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Original Spices",
|
||||
description: "Only the freshest, hand-picked ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holi-colors-pots_23-2147964313.jpg",
|
||||
},
|
||||
id: "m2", value: "50+", title: "Original Spices", description: "Only the freshest, hand-picked ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/holi-colors-pots_23-2147964313.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10k+",
|
||||
title: "Happy Guests",
|
||||
description: "Serving culinary delight every night.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spices-market-morocco_23-2148129864.jpg",
|
||||
},
|
||||
id: "m3", value: "10k+", title: "Happy Guests", description: "Serving culinary delight every night.", imageSrc: "http://img.b2bpic.net/free-photo/spices-market-morocco_23-2148129864.jpg"},
|
||||
]}
|
||||
title="Our Heritage in Numbers"
|
||||
description="Decades of culinary passion, delivered."
|
||||
@@ -228,30 +150,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ananya R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg",
|
||||
},
|
||||
id: "1", name: "Ananya R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Vikram S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hispanic-man-eating-healthy-whole-grain-cereals-with-spoon-smiling-with-happy-cool-smile-face-showing-teeth_839833-31876.jpg",
|
||||
},
|
||||
id: "2", name: "Vikram S.", imageSrc: "http://img.b2bpic.net/free-photo/hispanic-man-eating-healthy-whole-grain-cereals-with-spoon-smiling-with-happy-cool-smile-face-showing-teeth_839833-31876.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah K.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-female-barista-with-arms-crossed-cafe_1170-604.jpg",
|
||||
},
|
||||
id: "4", name: "David M.", imageSrc: "http://img.b2bpic.net/free-photo/confident-female-barista-with-arms-crossed-cafe_1170-604.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Elena P.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg",
|
||||
},
|
||||
id: "5", name: "Elena P.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-positive-young-woman-with-pinkish-hair-sitting-home-against-golden-light-background-having-optimistic-happy-facial-expression-keeping-hands-chin-smiling-broadly-camera_343059-1907.jpg"},
|
||||
]}
|
||||
cardTitle="Guest Experiences"
|
||||
cardTag="Testimonials"
|
||||
@@ -263,8 +170,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Stay Connected"
|
||||
title="Reserve Your Table"
|
||||
description="Sign up for exclusive menu previews and event invitations."
|
||||
@@ -272,37 +178,26 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-private-room-with-table-14-persons-wooden-ceiling-brick-walls-fireplace_140725-8452.jpg?_wi=2"
|
||||
logoText="Flames Indian Cuisine"
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Menu", href: "#menu" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
title: "Support", items: [
|
||||
{ label: "Reservations", href: "#contact" },
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Flames Indian Cuisine"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user