From 350c4bbe0ae0c6a4e726b9d1dfdf29640cad0957 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 13:30:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1ed529..7a29baf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,7 +65,7 @@ export default function LandingPage() { id: "#contact", }, ]} - brandName="Snap & Go" + brandName="Disposable Co. " button={{ text: "Order Now", href: "#products", @@ -179,7 +179,7 @@ export default function LandingPage() { imageAlt: "Friends looking at printed photos with joy", }, ]} - title="Why Choose Snap & Go?" + title="Why Choose Disposable Co.?" description="Our disposable cameras offer a unique blend of nostalgia, simplicity, and quality. No screens, no endless scrolling – just pure, authentic photography." /> @@ -193,7 +193,7 @@ export default function LandingPage() { products={[ { id: "solo-1", - brand: "Snap & Go", + brand: "Disposable Co. ", name: "Solo Shot Original", price: "$14.99", rating: 5, @@ -203,7 +203,7 @@ export default function LandingPage() { }, { id: "duo-1", - brand: "Snap & Go", + brand: "Disposable Co. ", name: "Double Exposure Duo", price: "$24.99", rating: 5, @@ -213,7 +213,7 @@ export default function LandingPage() { }, { id: "event-1", - brand: "Snap & Go", + brand: "Disposable Co. ", name: "Party Pack Pro", price: "$69.99", rating: 5, @@ -223,7 +223,7 @@ export default function LandingPage() { }, { id: "solo-2", - brand: "Snap & Go", + brand: "Disposable Co. ", name: "Solo Shot Deluxe", price: "$17.99", rating: 5, @@ -233,7 +233,7 @@ export default function LandingPage() { }, { id: "duo-2", - brand: "Snap & Go", + brand: "Disposable Co. ", name: "Adventure Duo", price: "$29.99", rating: 5, @@ -243,7 +243,7 @@ export default function LandingPage() { }, { id: "event-2", - brand: "Snap & Go", + brand: "Disposable Co. ", name: "Festival Fun Pack", price: "$59.99", rating: 5,