Update src/app/page.tsx

This commit is contained in:
2026-04-10 12:18:53 +00:00
parent 5e8994d2ed
commit bfee9e93a9

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
{ text: "Place your Order", href: "#contact" },
{ text: "Leave a Review", href: "#reviews" },
]}
imageSrc="http://img.b2bpic.net/free-photo/single-crab-animal-with-copy-space_1194-638740.jpg"
imageSrc="http://img.b2bpic.net/free-photo/single-crab-animal-with-copy-space_1194-638740.jpg?_wi=1"
mediaAnimation="blur-reveal"
/>
</div>
@@ -69,7 +69,7 @@ export default function LandingPage() {
{ value: "5+", title: "Years Serving" },
{ value: "100%", title: "Freshness" },
]}
imageSrc="http://img.b2bpic.net/free-photo/young-wedding-couple-sailing-boat_7502-4948.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-wedding-couple-sailing-boat_7502-4948.jpg?_wi=1"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
@@ -82,10 +82,10 @@ export default function LandingPage() {
title="What We Do"
description="From local pickups to event wholesale, we bring the best seafood straight to you. Don't feel like cooking? Use our mobile steam trailer!"
features={[
{ title: "Local Pickup", description: "Order online and pick up at our Lewes, DE location.", buttonIcon: ShoppingBasket, imageSrc: "http://img.b2bpic.net/free-photo/single-crab-animal-with-copy-space_1194-638740.jpg" },
{ title: "Event Booking", description: "Book our steam trailer for your next special event.", buttonIcon: CalendarDays, imageSrc: "http://img.b2bpic.net/free-photo/young-wedding-couple-sailing-boat_7502-4948.jpg" },
{ title: "Local Pickup", description: "Order online and pick up at our Lewes, DE location.", buttonIcon: ShoppingBasket, imageSrc: "http://img.b2bpic.net/free-photo/single-crab-animal-with-copy-space_1194-638740.jpg?_wi=2" },
{ title: "Event Booking", description: "Book our steam trailer for your next special event.", buttonIcon: CalendarDays, imageSrc: "http://img.b2bpic.net/free-photo/young-wedding-couple-sailing-boat_7502-4948.jpg?_wi=2" },
{ title: "Wholesale Seafood", description: "High-quality seafood solutions for local businesses.", buttonIcon: Truck, imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-salmon-fish-brown-wooden-cutting-board-with-green-pepper-fir-branches-cutlery-set-fallen-oil-bottle-tomato-salt-pepper-dark-table_140725-143816.jpg" },
{ title: "Fresh Steaming", description: "We steam your crabs on-site so they're ready to eat.", buttonIcon: Flame, imageSrc: "http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-holding-salmon-fish-her-hands-concept-healthy-eating-seafood_169016-4496.jpg" },
{ title: "Fresh Steaming", description: "We steam your crabs on-site so they're ready to eat.", buttonIcon: Flame, imageSrc: "http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-holding-salmon-fish-her-hands-concept-healthy-eating-seafood_169016-4496.jpg?_wi=1" },
]}
/>
</div>
@@ -99,7 +99,7 @@ export default function LandingPage() {
title="Customer Reviews"
description="See why our customers keep coming back for more."
testimonials={[
{ id: "1", name: "Faith Hauger", handle: "@faith", testimonial: "Friendly, knowledgeable and helpful staff. Great prices and convenient location.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-holding-salmon-fish-her-hands-concept-healthy-eating-seafood_169016-4496.jpg" },
{ id: "1", name: "Faith Hauger", handle: "@faith", testimonial: "Friendly, knowledgeable and helpful staff. Great prices and convenient location.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-supermarket-beautiful-young-woman-holding-salmon-fish-her-hands-concept-healthy-eating-seafood_169016-4496.jpg?_wi=2" },
{ id: "2", name: "Jill Greenleigh", handle: "@jill", testimonial: "The best place in the area to get your crabs! They were large and heavy!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149536952.jpg" },
{ id: "3", name: "Local Patron", handle: "@crablover", testimonial: "Excellent service and always fresh. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-basket-purple-figs-white-with-blue-tablecloth_114579-29538.jpg" },
{ id: "4", name: "Family Gatherer", handle: "@bbq", testimonial: "Crab Connect is amazing. The staff is so helpful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tom-yum-mixed-seafood-thick-soup-hot-pot-spicy-thai-food_1150-26553.jpg" },