diff --git a/src/app/page.tsx b/src/app/page.tsx index 74d4018..f62084c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis' import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { Zap, Leaf, ChefHat } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,25 +30,15 @@ export default function LandingPage() { @@ -59,36 +50,22 @@ export default function LandingPage() { description="Restaurant | Hotel | Party Zone. Experience the warmth of tradition and the finest flavors in the heart of Patna." buttons={[ { - text: "Call Now", - href: "tel:+910000000000", - }, + text: "Call Now", href: "tel:+910000000000"}, { - text: "Reserve a Table", - href: "/contact", - }, + text: "Reserve a Table", href: "/contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg" avatars={[ { - src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", - alt: "Patron 1", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 1"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", - alt: "Patron 2", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 2"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", - alt: "Patron 3", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 3"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", - alt: "Patron 4", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 4"}, { - src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", - alt: "Patron 5", - }, + src: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg", alt: "Patron 5"}, ]} avatarText="Join 5000+ happy families" /> @@ -100,28 +77,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Signature Main Course", - description: "Authentic local delicacies crafted with premium spices and herbs.", - imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=1", - buttonIcon: "Zap", + title: "Signature Main Course", description: "Authentic local delicacies crafted with premium spices and herbs.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", buttonIcon: Zap, }, { - title: "Decadent Desserts", - description: "Indulge in our selection of handcrafted sweets and desserts.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg?_wi=1", - buttonIcon: "Zap", + title: "Decadent Desserts", description: "Indulge in our selection of handcrafted sweets and desserts.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-green-spinach-humus-with-brown-rice-shrimps-black-plate_140725-12813.jpg", buttonIcon: Zap, }, { - title: "Artisanal Beverages", - description: "Refreshing mocktails and beverages tailored to refresh your palate.", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631801.jpg?_wi=1", - buttonIcon: "Zap", + title: "Artisanal Beverages", description: "Refreshing mocktails and beverages tailored to refresh your palate.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wine-carafe-table_23-2149631801.jpg", buttonIcon: Zap, }, { - title: "Our Party Zones", - description: "Spacious and elegant areas for every occasion and celebration.", - imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-gathering_23-2149174133.jpg?_wi=1", - buttonIcon: "Zap", + title: "Our Party Zones", description: "Spacious and elegant areas for every occasion and celebration.", imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-festive-christmas-gathering_23-2149174133.jpg", buttonIcon: Zap, }, ]} title="Featured Culinary Delights" @@ -139,37 +104,17 @@ export default function LandingPage() { description="Authentic feedback from our community in Patna." testimonials={[ { - id: "t1", - name: "Rajesh K.", - role: "Diner", - company: "Local Resident", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=1", - }, + id: "t1", name: "Rajesh K.", role: "Diner", company: "Local Resident", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg"}, { - id: "t2", - name: "Anita S.", - role: "Parent", - company: "Birthday Host", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=2", - }, + id: "t2", name: "Anita S.", role: "Parent", company: "Birthday Host", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg"}, { - id: "t3", - name: "Vikram P.", - role: "Corporate", - company: "Event Planner", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=3", - }, + id: "t3", name: "Vikram P.", role: "Corporate", company: "Event Planner", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg"}, { - id: "t4", - name: "Sunita M.", - role: "Diner", - company: "Foodie", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg?_wi=4", - }, + id: "t4", name: "Sunita M.", role: "Diner", company: "Foodie", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5292.jpg"}, ]} /> @@ -184,19 +129,11 @@ export default function LandingPage() { description="We blend modern hospitality with traditional warmth." features={[ { - title: "Garden View", - description: "Relaxing green spaces for your dining pleasure.", - imageSrc: "http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg?_wi=2", - titleIconSrc: "Leaf", - buttonText: "Read More", - }, + title: "Garden View", description: "Relaxing green spaces for your dining pleasure.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-out-shopping-session-with-her-parents_23-2150895929.jpg", titleIcon: Leaf, + buttonText: "Read More"}, { - title: "Fresh Ingredients", - description: "Farm-to-table freshness in every bite.", - imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg?_wi=2", - titleIconSrc: "ChefHat", - buttonText: "See Menu", - }, + title: "Fresh Ingredients", description: "Farm-to-table freshness in every bite.", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie-served-with-fruit-syrup_140725-1700.jpg", titleIcon: ChefHat, + buttonText: "See Menu"}, ]} /> @@ -205,8 +142,7 @@ export default function LandingPage() {