5 Commits

Author SHA1 Message Date
84f613f62f Update src/app/page.tsx 2026-03-12 18:56:32 +00:00
61a3c21a6a Merge version_2 into main
Merge version_2 into main
2026-03-12 18:52:27 +00:00
3a87d9a0f6 Update src/app/page.tsx 2026-03-12 18:52:23 +00:00
216f9306de Merge version_1 into main
Merge version_1 into main
2026-03-12 18:50:46 +00:00
fb03dce2a1 Merge version_1 into main
Merge version_1 into main
2026-03-12 18:49:46 +00:00

View File

@@ -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" },
@@ -66,7 +66,7 @@ export default function LandingPage() {
]} ]}
carouselPosition="right" carouselPosition="right"
buttons={[ buttons={[
{ text: "Explore Products", href: "products" }, { text: "View Equipment Catalog", href: "products" },
{ text: "Learn More", href: "about" } { text: "Learn More", href: "about" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -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: [