From 4dd61b6b1d7eddf6d7127d4cd5beefacc7e507b5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 14:32:49 +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 3986406..31a6c90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -36,7 +36,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "Contact", id: "contact" }, ]} - brandName="GreenVista Plantation" + brandName="Raj Plantation" /> @@ -76,10 +76,10 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={false} products={[ - { id: "p1", brand: "GreenVista", name: "Majesty Palm", price: "$45", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/majesty-palm-plant_23-2148488489.jpg" }, - { id: "p2", brand: "GreenVista", name: "Tropical Monstera", price: "$35", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/monstera-plant_24837-46.jpg" }, - { id: "p3", brand: "GreenVista", name: "Elegant Orchid", price: "$55", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/orchid-flower-pot_23-2147694459.jpg" }, - { id: "p4", brand: "GreenVista", name: "Premium Succulent", price: "$25", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/succulent-set_23-2148488491.jpg" }, + { id: "p1", brand: "Raj Plantation", name: "Majesty Palm", price: "$45", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/majesty-palm-plant_23-2148488489.jpg" }, + { id: "p2", brand: "Raj Plantation", name: "Tropical Monstera", price: "$35", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/monstera-plant_24837-46.jpg" }, + { id: "p3", brand: "Raj Plantation", name: "Elegant Orchid", price: "$55", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/orchid-flower-pot_23-2147694459.jpg" }, + { id: "p4", brand: "Raj Plantation", name: "Premium Succulent", price: "$25", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/succulent-set_23-2148488491.jpg" }, ]} title="Our Collection" description="Hand-selected plants for your landscape and home garden." @@ -153,7 +153,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1