diff --git a/src/app/page.tsx b/src/app/page.tsx index fe0859b..2b7cbe2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Award, CalendarDays, Flame, Sparkles, Users } from "lucide-react"; +import { Zap, Gauge, Users, Settings, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -29,41 +29,30 @@ export default function LandingPage() {
@@ -71,18 +60,15 @@ export default function LandingPage() { @@ -93,24 +79,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - icon: Sparkles, - title: "Intimate Dinners", description: "Perfect for romantic or small group celebrations."}, - { - icon: Users, - title: "Private Events", description: "Exceptional catering for parties, weddings, or corporate events."}, - { - icon: Flame, - title: "Interactive Classes", description: "Learn to cook like a pro in your own home kitchen."}, - { - icon: CalendarDays, - title: "Meal Prep Packages", description: "Weekly curated meal plans for busy, health-conscious families."}, - { - icon: Award, - title: "Fine Dining Consults", description: "Expert advice for your next culinary project."}, + { icon: Zap, title: "EV Technology", description: "Exploring battery efficiency and motor design." }, + { icon: Gauge, title: "Performance Metrics", description: "Decoding horsepower, torque, and aerodynamics." }, + { icon: Users, title: "History & Heritage", description: "Stories behind iconic car brands and legendary models." }, + { icon: Settings, title: "Maintenance Tips", description: "Guides for keeping your vehicle in peak condition." }, + { icon: Wrench, title: "DIY Projects", description: "Simple modifications and repair insights." }, ]} - title="Tailored Culinary Offerings" - description="Explore the range of high-end services designed to elevate every occasion." + title="Knowledge Hub" + description="Navigate through our comprehensive categories to find the automotive answers you seek." /> @@ -120,56 +96,43 @@ export default function LandingPage() { useInvertedBackground={false} animationType="slide-up" testimonials={[ - { - id: "1", name: "Julianne M.", role: "Host", testimonial: "An incredible experience. Every course was perfectly executed.", imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg"}, - { - id: "2", name: "Marcus R.", role: "Corporate Lead", testimonial: "The highlight of our company retreat. Professional and delicious.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-people-with-food_23-2149152891.jpg"}, - { - id: "3", name: "Sophie H.", role: "Foodie", testimonial: "Truly top-tier. I never knew my kitchen could feel like a restaurant.", imageSrc: "http://img.b2bpic.net/free-photo/woman-drinking-lemonade-home_1303-24214.jpg"}, - { - id: "4", name: "David W.", role: "Homeowner", testimonial: "Effortless planning and exceptional food. Will hire again.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190916.jpg"}, - { - id: "5", name: "Elena K.", role: "Celebrator", testimonial: "Exceeded all our expectations for a birthday celebration.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-beard-smiling-happily-as-he-eating-some-tasty-food-with-knife-fork_273609-1730.jpg"}, + { id: "1", name: "Alex P.", role: "EV Enthusiast", testimonial: "The deep dives into electric powertrains are unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-in-modern-car_23-2149152891.jpg" }, + { id: "2", name: "Sarah J.", role: "Engineer", testimonial: "Finally, accurate technical information explained clearly.", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-car-keys-looking-happy_23-2149152891.jpg" }, + { id: "3", name: "Mike D.", role: "Collector", testimonial: "The history articles took me back in time—absolutely brilliant read.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-with-sports-car_23-2149190916.jpg" }, ]} - title="Voices of Delight" - description="See why clients trust our kitchen to deliver unforgettable moments." + title="Reader Perspectives" + description="Hear from our readers on how we've helped them understand cars better." />