From 59e01c27ff6d636e919e427f21364ad83e4942eb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 06:16:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 270 ++++++++++------------------------------------- 1 file changed, 55 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f070f09..ab0aead 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -17,15 +17,15 @@ import { Apple, Leaf, Sun, Truck } from "lucide-react"; export default function LandingPage() { return ( @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -337,71 +205,43 @@ export default function LandingPage() { logoText="RAW PRESSERY" columns={[ { - title: "Company", - items: [ + title: "Company", items: [ { - label: "About Us", - href: "#about", - }, + label: "About Us", href: "#about"}, { - label: "Our Products", - href: "#products", - }, + label: "Our Products", href: "#products"}, { - label: "Why RAW PRESSERY", - href: "#features", - }, + label: "Why RAW PRESSERY", href: "#features"}, { - label: "Testimonials", - href: "#testimonials", - }, + label: "Testimonials", href: "#testimonials"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Contact Us", - href: "#contact", - }, + label: "Contact Us", href: "#contact"}, { - label: "FAQs", - href: "#", - }, + label: "FAQs", href: "#"}, { - label: "Delivery Info", - href: "#", - }, + label: "Delivery Info", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Email: roshanmoharana007@gmail.com", - href: "mailto:roshanmoharana007@gmail.com", - }, + label: "Email: roshanmoharana007@gmail.com", href: "mailto:roshanmoharana007@gmail.com"}, { - label: "Phone: +91 8984604225", - href: "tel:+918984604225", - }, + label: "Phone: +91 8984604225", href: "tel:+918984604225"}, { - label: "Headquarters: Bhubaneswar, India", - href: "#", - }, + label: "Headquarters: Bhubaneswar, India", href: "#"}, ], }, ]}