From 409735b07d219ccb001e43b6e018c0ecc59cac1b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 11:56:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a63327..e248ec6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { title="Precision Taxidermy. Built to Last." description="Meticulous craftsmanship, honest pricing, and mounts you’ll be proud to display." buttons={[{ text: "Get a Quote", href: "/contact" }, { text: "View Work", href: "/gallery" }]} - imageSrc="asset://hero-taxidermy" + imageSrc="asset://hero-taxidermy?_wi=1" imageAlt="Professional taxidermy workshop and wildlife mounts" mediaAnimation="blur-reveal" avatars={[{ src: "asset://gen-stock-rsv-16", alt: "Portrait of park ranger" }, { src: "asset://gen-stock-rsv-17", alt: "Outdoor portrait of young bearded man" }, { src: "asset://gen-stock-rsv-18", alt: "Man tree worker" }, { src: "asset://gen-stock-rsv-19", alt: "Tourist by bonfire" }, { src: "asset://gen-stock-rsv-20", alt: "Happy african man" }]} @@ -60,7 +60,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={true} - products={[{ id: "p1", brand: "The Backyard Taxidermist", name: "Moose Shoulder Mount", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "asset://work-1" }, { id: "p2", brand: "The Backyard Taxidermist", name: "Bear Rug", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "asset://work-2" }, { id: "p3", brand: "The Backyard Taxidermist", name: "Whitetail Mount", price: "Custom", rating: 5, reviewCount: "9", imageSrc: "asset://work-3" }, { id: "p4", brand: "The Backyard Taxidermist", name: "Elk Shoulder Mount", price: "Custom", rating: 5, reviewCount: "11", imageSrc: "asset://work-1__2" }, { id: "p5", brand: "The Backyard Taxidermist", name: "Boar Mount", price: "Custom", rating: 5, reviewCount: "7", imageSrc: "asset://work-2__2" }]} + products={[{ id: "p1", brand: "The Backyard Taxidermist", name: "Moose Shoulder Mount", price: "Custom", rating: 5, reviewCount: "12", imageSrc: "asset://work-1?_wi=1" }, { id: "p2", brand: "The Backyard Taxidermist", name: "Bear Rug", price: "Custom", rating: 5, reviewCount: "15", imageSrc: "asset://work-2?_wi=1" }, { id: "p3", brand: "The Backyard Taxidermist", name: "Whitetail Mount", price: "Custom", rating: 5, reviewCount: "9", imageSrc: "asset://work-3?_wi=1" }, { id: "p4", brand: "The Backyard Taxidermist", name: "Elk Shoulder Mount", price: "Custom", rating: 5, reviewCount: "11", imageSrc: "asset://work-1__2" }, { id: "p5", brand: "The Backyard Taxidermist", name: "Boar Mount", price: "Custom", rating: 5, reviewCount: "7", imageSrc: "asset://work-2__2" }]} title="Featured Craftsmanship" description="Expert mounts ranging from impressive shoulder pieces to full game displays." /> @@ -70,7 +70,7 @@ export default function LandingPage() { @@ -93,7 +93,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[{ id: "f1", title: "Step 1: Contact/Quote", content: "Reach out to Brian to discuss your trophy and receive an honest quote." }, { id: "f2", title: "Step 2: Drop-off", content: "Bring your hide or game to our workshop according to your scheduled appointment." }, { id: "f3", title: "Step 3: Crafting", content: "Brian meticulously cleans, preserves, and mounts your trophy." }, { id: "f4", title: "Step 4: Completion", content: "Once completed, we notify you for pickup and provide display care tips." }]} - imageSrc="asset://about-brian" + imageSrc="asset://about-brian?_wi=2" title="Simple Process" description="From drop-off to completion." faqsAnimation="slide-up" -- 2.49.1