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: "#"}, ], }, ]} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 8af125f..fe1bc53 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #AA011F; - --card: #8D0119; - --foreground: #FFFFFF; - --primary-cta: #E63946; + --background: #000000; + --card: #0c0c0c; + --foreground: #ffffff; + --primary-cta: #106EFB; --primary-cta-text: #FFFFFF; --secondary-cta: #000000; --secondary-cta-text: #FFFFFF; - --accent: #55000C; - --background-accent: #C4012C; + --accent: #535353; + --background-accent: #106EFB; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);