diff --git a/src/app/page.tsx b/src/app/page.tsx index 5061e13..9da7696 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,8 +31,7 @@ export default function PremiumShoesPage() { { name: "Shop", id: "products" }, { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Blog", id: "blog" } + { name: "Contact", id: "contact" } ]} button={{ text: "Shop Now", href: "products" @@ -49,7 +48,7 @@ export default function PremiumShoesPage() { { text: "Shop Collection", href: "products" }, { text: "Learn More", href: "about" } ]} - imageSrc="http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg" imageAlt="Premium shoes collection hero background" showDimOverlay={true} /> @@ -107,23 +106,23 @@ export default function PremiumShoesPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "These shoes changed my daily routine. The comfort is unmatched and the design is absolutely stunning. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=1", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Sarah Mitchell" }, { id: "2", name: "James Chen", handle: "@jameschen", testimonial: "Premium quality at an honest price. The craftsmanship is evident in every detail. I've already ordered three more pairs!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=2", imageAlt: "James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "James Chen" }, { id: "3", name: "Emma Rodriguez", handle: "@emrod", testimonial: "Finally found a brand that cares about sustainability AND style. These shoes look great and feel even better.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=3", imageAlt: "Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Emma Rodriguez" }, { id: "4", name: "Michael Park", handle: "@mpark", testimonial: "Customer service was exceptional and the delivery was fast. The quality exceeded my expectations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=4", imageAlt: "Michael Park" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Michael Park" }, { id: "5", name: "Jessica Thompson", handle: "@jthompson", testimonial: "I've been wearing these shoes daily for three months. Still as comfortable as day one. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg?_wi=5", imageAlt: "Jessica Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-guy-wearing-green-shirt_141793-122624.jpg", imageAlt: "Jessica Thompson" } ]} textboxLayout="default" @@ -154,7 +153,7 @@ export default function PremiumShoesPage() { title="Stay Updated on New Releases" description="Subscribe to our newsletter and be the first to know about exclusive drops, special offers, and styling tips from our team." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/legs-stylish-persons_23-2147724838.jpg" imageAlt="Newsletter signup" mediaAnimation="slide-up" mediaPosition="right"