Update src/app/page.tsx
This commit is contained in:
225
src/app/page.tsx
225
src/app/page.tsx
@@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Instagram, Twitter } from "lucide-react";
|
||||
import { Instagram, Twitter, Zap, Star, Music, Camera } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Catering",
|
||||
id: "catering",
|
||||
},
|
||||
{
|
||||
name: "Location",
|
||||
id: "location",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Catering", id: "catering" },
|
||||
{ name: "Location", id: "location" },
|
||||
]}
|
||||
brandName="Desi Twist"
|
||||
/>
|
||||
@@ -55,33 +43,13 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Bold spices. Vibrant culture. Unforgettable nights."
|
||||
description="Where authentic South Asian flavor meets modern creativity and Bollywood-inspired energy."
|
||||
tag="Authentic Indian Fusion"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-arrangement_23-2148940897.jpg?_wi=1",
|
||||
imageAlt: "Plating butter chicken",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25742.jpg?_wi=1",
|
||||
imageAlt: "Butter chicken",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bartender-making-refreshing-cocktail_23-2149093632.jpg",
|
||||
imageAlt: "Bartender making a refreshing cocktail",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/alcoholic-cocktail-with-fused-sugar-bronze-glass-bar-table_627829-6439.jpg",
|
||||
imageAlt: "Alcoholic cocktail with fused sugar in bronze glass on bar table",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-blue-cocktail-with-ice_23-2149407465.jpg",
|
||||
imageAlt: "Delicious blue cocktail with ice",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-arrangement_23-2148940897.jpg", imageAlt: "Plating butter chicken" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25742.jpg", imageAlt: "Butter chicken" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -93,15 +61,7 @@ export default function LandingPage() {
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Best tikka masala",
|
||||
"Ambience is standout",
|
||||
"Mix of street and dinner food",
|
||||
"Bollywood theme rocks",
|
||||
"Blowing away by food",
|
||||
"Authentic flavors",
|
||||
"Highly recommend",
|
||||
]}
|
||||
names={["Best tikka masala", "Ambience is standout", "Mix of street and dinner food", "Bollywood theme rocks", "Blowing away by food", "Authentic flavors", "Highly recommend"]}
|
||||
title="Loved by guests"
|
||||
description="Don't just take our word for it—see what our community is saying."
|
||||
/>
|
||||
@@ -114,42 +74,9 @@ export default function LandingPage() {
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Chicken Tikka Masala",
|
||||
price: "$24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-potatoes-pasta_23-2147894957.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Butter Chicken",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/prawn-gnocchi-red-curry-sauce-with-fresh-herbs_84443-85805.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Paratha Smash Burger",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-black-burger-fries-wooden-board_23-2148238520.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Pani Puri",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-melted-cheese-snacks_23-2149274841.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Goat Kadhai",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-pakistani-dishhigh-angle_23-2148825148.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Garlic Naan",
|
||||
price: "$6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pakistani-dish-arrangement-high-angle_23-2148825105.jpg",
|
||||
},
|
||||
{ id: "1", name: "Chicken Tikka Masala", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/soup-spices-near-potatoes-pasta_23-2147894957.jpg" },
|
||||
{ id: "2", name: "Butter Chicken", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/prawn-gnocchi-red-curry-sauce-with-fresh-herbs_84443-85805.jpg" },
|
||||
{ id: "3", name: "Paratha Smash Burger", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-black-burger-fries-wooden-board_23-2148238520.jpg" }
|
||||
]}
|
||||
title="Fan Favorites"
|
||||
description="Our most requested dishes, perfected."
|
||||
@@ -163,20 +90,11 @@ export default function LandingPage() {
|
||||
title="More Than a Meal"
|
||||
description="From vibrant Bollywood aesthetics to handcrafted flavors and unforgettable hospitality, Desi Twist delivers an experience designed to bring people together."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Atmosphere",
|
||||
description: "Bollywood nightlife vibes.",
|
||||
},
|
||||
{
|
||||
title: "Drinks",
|
||||
description: "Full craft cocktail bar.",
|
||||
},
|
||||
{
|
||||
title: "Events",
|
||||
description: "Perfect for private weddings.",
|
||||
},
|
||||
{ title: "Atmosphere", description: "Bollywood nightlife vibes." },
|
||||
{ title: "Drinks", description: "Full craft cocktail bar." },
|
||||
{ title: "Events", description: "Perfect for private weddings." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -186,34 +104,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Neon Lighting",
|
||||
description: "Ambient Bollywood-style glow.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-sake-drink_23-2149706115.jpg",
|
||||
imageAlt: "Front view woman holding sake drink",
|
||||
},
|
||||
{
|
||||
title: "Vibrant Decor",
|
||||
description: "Culture in every corner.",
|
||||
buttonIcon: "Star",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-arrangement_23-2148940897.jpg?_wi=2",
|
||||
imageAlt: "Front view woman holding sake drink",
|
||||
},
|
||||
{
|
||||
title: "Lounge Atmosphere",
|
||||
description: "Upscale rooftop energy.",
|
||||
buttonIcon: "Music",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg?_wi=2",
|
||||
imageAlt: "Front view woman holding sake drink",
|
||||
},
|
||||
{
|
||||
title: "Interactive Design",
|
||||
description: "Cinematic photo-ops everywhere.",
|
||||
buttonIcon: "Camera",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25742.jpg?_wi=2",
|
||||
imageAlt: "Front view woman holding sake drink",
|
||||
},
|
||||
{ title: "Neon Lighting", description: "Ambient Bollywood-style glow.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-holding-sake-drink_23-2149706115.jpg" },
|
||||
{ title: "Vibrant Decor", description: "Culture in every corner.", buttonIcon: Star, imageSrc: "http://img.b2bpic.net/free-photo/party-still-life-arrangement_23-2148940897.jpg" },
|
||||
{ title: "Lounge Atmosphere", description: "Upscale rooftop energy.", buttonIcon: Music, imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-lovely-date_23-2148422309.jpg" },
|
||||
{ title: "Interactive Design", description: "Cinematic photo-ops everywhere.", buttonIcon: Camera, imageSrc: "http://img.b2bpic.net/free-photo/green-curry-with-eggs-black-cups-with-lemon-lemongrass-chili-tomatoes_1150-25742.jpg" }
|
||||
]}
|
||||
title="Bollywood Vibes"
|
||||
description="A dining experience inspired by the energy, color, and celebration of South Asian culture."
|
||||
@@ -224,24 +118,11 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Street Eats",
|
||||
content: "Chat, Samosas, and Pani Puri.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Fusion Curries",
|
||||
content: "Chicken Tikka, Nihari, Rogan Josh.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Fusion Burgers",
|
||||
content: "Paratha and Nihari burgers.",
|
||||
},
|
||||
{ id: "1", title: "Street Eats", content: "Chat, Samosas, and Pani Puri." },
|
||||
{ id: "2", title: "Fusion Curries", content: "Chicken Tikka, Nihari, Rogan Josh." },
|
||||
{ id: "3", title: "Fusion Burgers", content: "Paratha and Nihari burgers." }
|
||||
]}
|
||||
sideTitle="View Full Menu"
|
||||
sideDescription="Street eats, curries, burgers, and cocktails."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -250,31 +131,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018738.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Robert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-date-together-luxurious-restaurant_23-2150517421.jpg" },
|
||||
{ id: "2", name: "Michael", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-friends-having-fun-while-talking-waiter-cafe_637285-12509.jpg" },
|
||||
{ id: "3", name: "Emily", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-table_23-2149213367.jpg" },
|
||||
{ id: "4", name: "David", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018738.jpg" },
|
||||
{ id: "5", name: "Robert", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg" }
|
||||
]}
|
||||
cardTitle="Guest Highlights"
|
||||
cardTag="Reviews"
|
||||
@@ -285,30 +146,16 @@ export default function LandingPage() {
|
||||
<div id="catering" data-section="catering">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Bring Desi Twist to your next event—from weddings to corporate gatherings, we bring the flavor and energy your guests will never forget."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Catering",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
text="Visit us tonight in the heart of the city for an unforgettable dining experience."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve Table",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -317,16 +164,8 @@ export default function LandingPage() {
|
||||
logoText="DESI TWIST"
|
||||
copyrightText="© 2025 Desi Twist"
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "#",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "#",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user