From 9cb872c83dcd742dffe7cb9d3b2394b13bee82a0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 14:41:43 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 270 ++++++----------------------------------------- 1 file changed, 30 insertions(+), 240 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fc9372..995c9b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,19 +9,19 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import { Award, Calendar, Car, Leaf, ShoppingBag, Utensils } from "lucide-react"; +import { Award, Calendar, Car, Leaf, ShoppingBag, Utensils, MessageCircle, Truck, ShoppingCart } from "lucide-react"; export default function LandingPage() { return ( @@ -29,18 +29,9 @@ export default function LandingPage() { @@ -167,83 +78,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} + title="Ordering Options" + description="Choose how you want to receive your fresh meal." features={[ - { - icon: Car, - title: "24/7 Delivery", - description: "Anytime, anywhere in Glefe.", - }, - { - icon: Utensils, - title: "Dine-in Service", - description: "Casual, family-friendly atmosphere.", - }, - { - icon: ShoppingBag, - title: "Quick Takeaway", - description: "Grab your favorites on the go.", - }, - { - icon: Calendar, - title: "Easy Reservations", - description: "Book your table for group events.", - }, - { - icon: Leaf, - title: "Outdoor Seating", - description: "Enjoy meals in the fresh air.", - }, - { - icon: Award, - title: "Expert Catering", - description: "Professional service for any event.", - }, - ]} - title="Why Choose Us?" - description="Serving you top-tier quality meals 24/7 with the best services in town." - /> - - -
-
@@ -251,21 +91,12 @@ export default function LandingPage() {
{} }, ]} />
@@ -275,53 +106,12 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/top-view-indian-chiken-rice_23-2148294950.jpg?_wi=2" logoText="First Class Commemy" columns={[ - { - title: "Menu", - items: [ - { - label: "Local Food", - href: "#menu", - }, - { - label: "Fast Food", - href: "#menu", - }, - { - label: "Drinks", - href: "#menu", - }, - ], - }, - { - title: "Location", - items: [ - { - label: "GP9C+PJG Suro Nipa Road, Glefe", - href: "#", - }, - { - label: "Accra, Ghana", - href: "#", - }, - ], - }, - { - title: "Contact", - items: [ - { - label: "024 506 9210", - href: "tel:0245069210", - }, - { - label: "WhatsApp", - href: "https://wa.me/233245069210", - }, - ], - }, + { title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Order Online", href: "#menu" }] }, + { title: "Contact", items: [{ label: "WhatsApp", href: "https://wa.me/233245069210" }] }, ]} />
); -} +} \ No newline at end of file -- 2.49.1 From 5b775a184c19192ef4201881199bae2f8fcdfb24 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 14:41:44 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b8a4200..11e7bee 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -11,14 +11,14 @@ --background-accent: #ffffff; */ --background: #ffffff; - --card: #f9f9f9; - --foreground: #120006e6; + --card: #fdfdfd; + --foreground: #000000; --primary-cta: #e63946; --primary-cta-text: #ffffff; - --secondary-cta: #ffffff; + --secondary-cta: #1a1a1a; --secondary-cta-text: #120006e6; - --accent: #120006e6; - --background-accent: #e63946; + --accent: #e63946; + --background-accent: #f9f9f9; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1