diff --git a/src/app/page.tsx b/src/app/page.tsx index 18d2d97..d9ee66e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,32 +46,15 @@ export default function LandingPage() {
@@ -236,59 +150,28 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Mark Stevens", - role: "Local Resident", - company: "Des Plaines", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67445.jpg", - }, + id: "t1", name: "Mark Stevens", role: "Local Resident", company: "Des Plaines", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-fast-food-cheat-meal-woman-burger-restaurant_169016-67445.jpg"}, { - id: "t2", - name: "Jane Doe", - role: "Food Blogger", - company: "IL Eater", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-vegetarian-lunch_1398-4123.jpg", - }, + id: "t2", name: "Jane Doe", role: "Food Blogger", company: "IL Eater", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-vegetarian-lunch_1398-4123.jpg"}, { - id: "t3", - name: "Robert Miller", - role: "Visitor", - company: "Nearby", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048051.jpg", - }, + id: "t3", name: "Robert Miller", role: "Visitor", company: "Nearby", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-delicious-taco_23-2151048051.jpg"}, { - id: "t4", - name: "Emily Chen", - role: "Student", - company: "Local University", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543711.jpg", - }, + id: "t4", name: "Emily Chen", role: "Student", company: "Local University", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543711.jpg"}, { - id: "t5", - name: "David Wilson", - role: "Regular", - company: "Des Plaines", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg", - }, + id: "t5", name: "David Wilson", role: "Regular", company: "Des Plaines", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43231.jpg"}, ]} kpiItems={[ { - value: "15K+", - label: "Burgers Served", - }, + value: "15K+", label: "Burgers Served"}, { - value: "98%", - label: "Customer Satisfaction", - }, + value: "98%", label: "Customer Satisfaction"}, { - value: "500+", - label: "5-Star Reviews", - }, + value: "500+", label: "5-Star Reviews"}, ]} title="What Our Fans Say" description="Don't just take our word for it. Our customers love the WildBurger difference." @@ -299,14 +182,11 @@ export default function LandingPage() {
@@ -317,29 +197,19 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "#hero", - }, + label: "Home", href: "#hero"}, { - label: "Menu", - href: "#products", - }, + label: "Menu", href: "#products"}, { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, ], }, { items: [ { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, ], }, ]}