diff --git a/src/app/page.tsx b/src/app/page.tsx index 5923881..638bee9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Clock, Facebook, Instagram, Users, Utensils } from "lucide-react"; +import { Clock, Users, Utensils, CheckCircle, Zap, Car, Facebook, Instagram } from "lucide-react"; export default function LandingPage() { return ( @@ -30,22 +30,10 @@ export default function LandingPage() {
@@ -77,40 +59,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Maria G.", - role: "Local Resident", - testimonial: "Great food, fast service, amazing atmosphere!", - imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg?_wi=3", - }, + id: "1", name: "Maria G.", role: "Local Resident", testimonial: "Great food, fast service, amazing atmosphere!", imageSrc: "http://img.b2bpic.net/free-photo/savory-mexican-dishes-composition_23-2147740777.jpg"}, { - id: "2", - name: "John D.", - role: "Foodie", - testimonial: "Huge portions, worth every dollar.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-cooking_23-2149152858.jpg", - }, + id: "2", name: "John D.", role: "Foodie", testimonial: "Huge portions, worth every dollar.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-people-cooking_23-2149152858.jpg"}, { - id: "3", - name: "Sarah K.", - role: "Regular", - testimonial: "Friendly staff and no wait time. Best in town.", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=1", - }, + id: "3", name: "Sarah K.", role: "Regular", testimonial: "Friendly staff and no wait time. Best in town.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg"}, { - id: "4", - name: "Robert B.", - role: "Visitor", - testimonial: "Authentic flavors that remind me of home.", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=1", - }, + id: "4", name: "Robert B.", role: "Visitor", testimonial: "Authentic flavors that remind me of home.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg"}, { - id: "5", - name: "Elena M.", - role: "Food Critic", - testimonial: "The most authentic fajitas I've had in Texas. A hidden gem!", - imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak-placed-wooden-tray_1150-23131.jpg", - }, + id: "5", name: "Elena M.", role: "Food Critic", testimonial: "The most authentic fajitas I've had in Texas. A hidden gem!", imageSrc: "http://img.b2bpic.net/free-photo/chicken-steak-placed-wooden-tray_1150-23131.jpg"}, ]} title="Loved by Locals" description="Don't just take our word for it—see what our community says." @@ -122,21 +79,9 @@ export default function LandingPage() { useInvertedBackground={false} title="A Local Favorite" metrics={[ - { - icon: Users, - label: "Happy Customers", - value: "500+", - }, - { - icon: Clock, - label: "Opening Time", - value: "11 AM", - }, - { - icon: Utensils, - label: "Authentic Dishes", - value: "30+", - }, + { icon: Users, label: "Happy Customers", value: "500+" }, + { icon: Clock, label: "Opening Time", value: "11 AM" }, + { icon: Utensils, label: "Authentic Dishes", value: "30+" }, ]} metricsAnimation="slide-up" /> @@ -150,32 +95,14 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - brand: "Signature", - name: "Street Tacos", - price: "$12.99", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=2", - }, + id: "1", brand: "Signature", name: "Street Tacos", price: "$12.99", rating: 5, + reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg"}, { - id: "2", - brand: "Signature", - name: "Sizzling Fajitas", - price: "$18.50", - rating: 5, - reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=2", - }, + id: "2", brand: "Signature", name: "Sizzling Fajitas", price: "$18.50", rating: 5, + reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg"}, { - id: "3", - brand: "Signature", - name: "Classic Burritos", - price: "$14.00", - rating: 4, - reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg?_wi=1", - }, + id: "3", brand: "Signature", name: "Classic Burritos", price: "$14.00", rating: 4, + reviewCount: "80", imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg"}, ]} title="Signature Menu Items" description="Crafted with tradition, served with love." @@ -187,24 +114,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Fresh Ingredients", - description: "Locally sourced produce daily.", - imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=3", - buttonIcon: "CheckCircle", - }, - { - title: "Fast Service", - description: "Quick prep for dine-in or take-out.", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg?_wi=3", - buttonIcon: "Zap", - }, - { - title: "Free Parking", - description: "Plenty of space for your vehicle.", - imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg?_wi=2", - buttonIcon: "Car", - }, + { title: "Fresh Ingredients", description: "Locally sourced produce daily.", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg", buttonIcon: CheckCircle }, + { title: "Fast Service", description: "Quick prep for dine-in or take-out.", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-vegetable-plate-ready-eat-generated-by-ai_188544-39175.jpg", buttonIcon: Zap }, + { title: "Free Parking", description: "Plenty of space for your vehicle.", imageSrc: "http://img.b2bpic.net/free-photo/meat-shaurma-roll-arabic-street-food_114579-7269.jpg", buttonIcon: Car }, ]} title="Why Choose Us" description="Authentic ingredients and a family-run passion." @@ -214,9 +126,7 @@ export default function LandingPage() {