diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8a09cc9..c323ac6 100644
--- a/src/app/page.tsx
+++ b/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() {
@@ -55,33 +43,13 @@ export default function LandingPage() {
@@ -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"
/>
@@ -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() {
@@ -250,31 +131,11 @@ export default function LandingPage() {