Merge version_3 into main #3
@@ -36,7 +36,7 @@ export default function LandingPage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="GreenVista Plantation"
|
||||
brandName="Raj Plantation"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="GreenVista"
|
||||
logoText="Raj Plantation"
|
||||
columns={[
|
||||
{
|
||||
title: "Services", items: [
|
||||
@@ -168,10 +168,10 @@ export default function LandingPage() {
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 GreenVista Plantation. All rights reserved."
|
||||
copyrightText="© 2024 Raj Plantation. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user