From 72b490cc8fe524c784f887fa65cea6851ffeff50 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:02:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 82 +++++++++++++++++------------------------------- 1 file changed, 28 insertions(+), 54 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e31e245..33fd3ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Star } from 'lucide-react'; export default function LandingPage() { return ( @@ -29,33 +28,25 @@ export default function LandingPage() {
@@ -117,18 +105,10 @@ export default function LandingPage() { title="What Our Customers Say" description="Authentic feedback from our Maqabah neighborhood." testimonials={[ - { - id: "1", name: "Ahmed Ali", handle: "@ahmedfoodie", testimonial: "The best burger spot in the area. Always fresh and quick!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=2", rating: 5 - }, - { - id: "2", name: "Sara Mohammed", handle: "@sara_bahrain", testimonial: "Perfect late-night snacks. The Lotus dessert is a must-try.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=2", rating: 5 - }, - { - id: "3", name: "Khalid Isa", handle: "@khalid_k", testimonial: "Consistent quality every time I order. Great service.", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=2", rating: 5 - }, - { - id: "4", name: "Noora Hassan", handle: "@noora_bites", testimonial: "The signature burger is exactly what I crave after a long day.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=2", rating: 5 - }, + { id: "1", name: "Ahmed Ali", handle: "@ahmedfoodie", testimonial: "The best burger spot in the area. Always fresh and quick!", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burgers-plate_23-2149897390.jpg?_wi=2", rating: 5 }, + { id: "2", name: "Sara Mohammed", handle: "@sara_bahrain", testimonial: "Perfect late-night snacks. The Lotus dessert is a must-try.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-candies-grey-background_140725-77031.jpg?_wi=2", rating: 5 }, + { id: "3", name: "Khalid Isa", handle: "@khalid_k", testimonial: "Consistent quality every time I order. Great service.", imageSrc: "http://img.b2bpic.net/free-photo/chef-holding-bacon-based-dish_23-2148491371.jpg?_wi=2", rating: 5 }, + { id: "4", name: "Noora Hassan", handle: "@noora_bites", testimonial: "The signature burger is exactly what I crave after a long day.", imageSrc: "http://img.b2bpic.net/free-photo/chicken-salad-with-fresh-vegetables_140725-6565.jpg?_wi=2", rating: 5 }, ]} /> @@ -136,41 +116,35 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1