Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 84f613f62f | |||
| 61a3c21a6a |
@@ -30,7 +30,7 @@ export default function LandingPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
brandName="AgriTech"
|
brandName="GoldenMoon LLC"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Products", id: "products" },
|
{ name: "Products", id: "products" },
|
||||||
@@ -103,15 +103,15 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", brand: "AgriTech Pro", name: "Heavy-Duty Tractor HD-2500", price: "$89,500", rating: 5,
|
id: "1", brand: "GoldenMoon LLC", name: "Heavy-Duty Tractor HD-2500", price: "$89,500", rating: 5,
|
||||||
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/people-tractor_23-2150454934.jpg", imageAlt: "Heavy-duty tractor HD-2500"
|
reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/people-tractor_23-2150454934.jpg", imageAlt: "Heavy-duty tractor HD-2500"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", brand: "AgriTech Pro", name: "Combine Harvester CM-1800", price: "$145,000", rating: 5,
|
id: "2", brand: "GoldenMoon LLC", name: "Combine Harvester CM-1800", price: "$145,000", rating: 5,
|
||||||
reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/combine-machine-service-mechanic-repairing-motor-outdoors_146671-19069.jpg", imageAlt: "Combine harvester CM-1800"
|
reviewCount: "218", imageSrc: "http://img.b2bpic.net/free-photo/combine-machine-service-mechanic-repairing-motor-outdoors_146671-19069.jpg", imageAlt: "Combine harvester CM-1800"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", brand: "AgriTech Pro", name: "Precision Seeder PS-800", price: "$42,750", rating: 5,
|
id: "3", brand: "GoldenMoon LLC", name: "Precision Seeder PS-800", price: "$42,750", rating: 5,
|
||||||
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-watering-can-hand-shovel-gardening-scissors-near-green-leaves_23-2147948317.jpg", imageAlt: "Precision seeder PS-800"
|
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-watering-can-hand-shovel-gardening-scissors-near-green-leaves_23-2147948317.jpg", imageAlt: "Precision seeder PS-800"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
@@ -293,8 +293,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="AgriTech"
|
logoText="GoldenMoon LLC"
|
||||||
copyrightText="© 2025 AgriTech. All rights reserved."
|
copyrightText="© 2025 GoldenMoon LLC. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Products", items: [
|
title: "Products", items: [
|
||||||
|
|||||||
Reference in New Issue
Block a user