Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4dd61b6b1d | |||
| 75b508529a |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user