diff --git a/src/app/page.tsx b/src/app/page.tsx index 407e253..b12662f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Accessibility, Banknote, Clock, CreditCard, DollarSign, HelpCircle, Phone, ShoppingCart, Smartphone, Star, Waves, Wheelchair, Wifi } from 'lucide-react'; +import { Accessibility, Banknote, Clock, CreditCard, DollarSign, HelpCircle, Phone, ShoppingCart, Smartphone, Star, Waves, Wifi } from 'lucide-react'; export default function LandingPage() { return ( @@ -52,18 +52,19 @@ export default function LandingPage() { imageAlt="Walmart Panorama City Store Interior" imagePosition="right" mediaAnimation="blur-reveal" + background={{ variant: "plain" }} testimonials={[ { name: "Maria S.", handle: "Local Customer", testimonial: "Great selection and fast checkout. Love the pharmacy service here!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg" }, { name: "James T.", handle: "Regular Shopper", testimonial: "Convenient location in Panorama Mall. Always friendly staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, { name: "Rosa L.", handle: "Community Member", testimonial: "Fresh bakery items every morning. Perfect for my family!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" } ]} testimonialRotationInterval={5000} @@ -125,7 +126,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - icon: Wheelchair, + icon: Wifi, title: "Wheelchair Accessible", description: "Accessible entrance, restrooms, and parking available for all visitors." }, { @@ -187,13 +188,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Maria Santos", handle: "Local Resident", testimonial: "The pharmacy staff is incredibly knowledgeable and helpful. They always answer my questions about medications.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg?_wi=2" + id: "1", name: "Maria Santos", handle: "Local Resident", testimonial: "The pharmacy staff is incredibly knowledgeable and helpful. They always answer my questions about medications.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg" }, { - id: "2", name: "James Thompson", handle: "Regular Customer", testimonial: "Best location for quick shopping. The staff remembers me and the checkout is always fast.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" + id: "2", name: "James Thompson", handle: "Regular Customer", testimonial: "Best location for quick shopping. The staff remembers me and the checkout is always fast.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" }, { - id: "3", name: "Rosa Lopez", handle: "Family Shopper", testimonial: "Fresh bakery items every single day. My kids love the variety and quality of the bread.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2" + id: "3", name: "Rosa Lopez", handle: "Family Shopper", testimonial: "Fresh bakery items every single day. My kids love the variety and quality of the bread.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" }, { id: "4", name: "David Chen", handle: "Frequent Visitor", testimonial: "Great selection of clothing at affordable prices. The store is clean and well-organized.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" @@ -202,7 +203,7 @@ export default function LandingPage() { id: "5", name: "Angela Martinez", handle: "Community Member", testimonial: "The flower arrangements are beautiful and last a long time. Perfect for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-welcome-gesture_1149-1755.jpg" }, { - id: "6", name: "Michael Johnson", handle: "Local Shopper", testimonial: "Convenient parking and easy access. I always recommend this Walmart to my friends.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3" + id: "6", name: "Michael Johnson", handle: "Local Shopper", testimonial: "Convenient parking and easy access. I always recommend this Walmart to my friends.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" } ]} speed={40}