2 Commits

Author SHA1 Message Date
4dd61b6b1d Update src/app/page.tsx 2026-04-18 14:32:49 +00:00
75b508529a Merge version_2 into main
Merge version_2 into main
2026-04-18 14:29:58 +00:00

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
]} ]}
brandName="GreenVista Plantation" brandName="Raj Plantation"
/> />
</div> </div>
@@ -76,10 +76,10 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} useInvertedBackground={false}
products={[ 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: "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: "GreenVista", name: "Tropical Monstera", price: "$35", rating: 4, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/monstera-plant_24837-46.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: "GreenVista", name: "Elegant Orchid", price: "$55", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/orchid-flower-pot_23-2147694459.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: "GreenVista", name: "Premium Succulent", price: "$25", rating: 4, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/succulent-set_23-2148488491.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" title="Our Collection"
description="Hand-selected plants for your landscape and home garden." description="Hand-selected plants for your landscape and home garden."
@@ -153,7 +153,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
logoText="GreenVista" logoText="Raj Plantation"
columns={[ columns={[
{ {
title: "Services", items: [ title: "Services", items: [
@@ -168,7 +168,7 @@ export default function LandingPage() {
], ],
}, },
]} ]}
copyrightText="© 2024 GreenVista Plantation. All rights reserved." copyrightText="© 2024 Raj Plantation. All rights reserved."
/> />
</div> </div>
</ReactLenis> </ReactLenis>