From 8c31c84d431202d5ce0f02b2594a1e0ea4ac3abd Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 09:04:11 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 219 ++++++++++------------------------------------- 1 file changed, 45 insertions(+), 174 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f5972b..8434838 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Award, Phone } from "lucide-react"; +import { Award, Phone, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -30,46 +30,26 @@ export default function LandingPage() {
@@ -77,13 +57,14 @@ export default function LandingPage() {
@@ -95,31 +76,16 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Fresh", - title: "Artisan Arabic Bread", - subtitle: "Baked daily", - description: "Our signature staple, baked in traditional ovens for that perfect texture.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-fresh-bread-with-eggs-milk-dark-blue-breakfast-cake-pie-tea-sugar-bun-biscuit-dough-bake_179666-43991.jpg?_wi=2", - }, + tag: "Delicious", title: "Instagram-Worthy Plates", subtitle: "Artful presentation", description: "We don't just cook food; we create visual masterpieces that taste as incredible as they look.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gourmet-plating_23-2149176315.jpg"}, { id: 2, - tag: "Sweet", - title: "Traditional Sweets", - subtitle: "Handcrafted", - description: "A wide variety of authentic middle eastern pastries and sweets.", - imageSrc: "http://img.b2bpic.net/free-photo/turkish-delight-with-ice-cream-table_140725-10027.jpg", - }, + tag: "Excellent", title: "Service Excellence", subtitle: "Focused on you", description: "Our staff is dedicated to ensuring your experience is seamless, friendly, and truly memorable.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-serving-dishes-modern-restaurant_23-2149176228.jpg"}, { id: 3, - tag: "Quality", - title: "Commitment to Standards", - subtitle: "Always Fresh", - description: "We are actively improving our hygiene and service to ensure the best experience for you.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-baker-dusted-wooden-table-with-wheat-flour_23-2147926675.jpg", - }, + tag: "Fresh", title: "Premium Ingredients", subtitle: "Quality sourced", description: "Every meal begins with the finest seasonal ingredients, handled with care to preserve their natural flavor.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-ingredients-wooden-table_23-2149176235.jpg"}, ]} - title="What We Offer" - description="Discover our signature range of baked goods." + title="What Makes Us Special" + description="Discover why Sada Jo has become a local favorite." /> @@ -129,63 +95,17 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Zaid Saadallah", - role: "Regular Customer", - company: "Local Resident", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-baker-holding-basket-baked-croissant-bakery-shop_23-2148189109.jpg?_wi=1", - }, - { - id: "2", - name: "Sarah Miller", - role: "Food Blogger", - company: "Culinary Corner", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-baker-with-fresh-bread-baker-house_1303-32281.jpg", - }, - { - id: "3", - name: "Ahmed Ibrahim", - role: "Community Member", - company: "Local Business", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-enjoying-coffee-cup_23-2148756348.jpg", - }, - { - id: "4", - name: "Layla Khan", - role: "Loyal Patron", - company: "Neighborhood Fam", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-bakery_23-2150273190.jpg", - }, - { - id: "5", - name: "Omar Fakhri", - role: "Long-time Patron", - company: "Local Community", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-female-baker-holding-basket-baked-croissant-bakery-shop_23-2148189109.jpg?_wi=2", - }, + { id: "1", name: "Elena V.", role: "Food Critic", company: "City Bites", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-customer-at-table_23-2149176289.jpg" }, + { id: "2", name: "Marcus T.", role: "Regular Guest", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-diner-laughing_23-2149176295.jpg" }, + { id: "3", name: "Sarah J.", role: "Food Influencer", company: "Influencer Daily", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-of-food_23-2149176310.jpg" }, ]} kpiItems={[ - { - value: "4.2", - label: "Average Rating", - }, - { - value: "1.9k+", - label: "Happy Customers", - }, - { - value: "Generations", - label: "Of Trust", - }, + { value: "5.0", label: "Average Rating" }, + { value: "2k+", label: "Happy Guests" }, + { value: "100%", label: "Freshly Prepared" }, ]} - title="Customer Feedback" - description="Your voice helps us improve." + title="Voices of Sada Jo" + description="What our wonderful community says about us." /> @@ -193,24 +113,12 @@ export default function LandingPage() { @@ -220,23 +128,12 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "Location", - content: "Visit us at our long-standing bakery on Main Street.", - }, - { - id: "2", - title: "Business Hours", - content: "Open Daily from 7:00 AM to 9:00 PM.", - }, + { id: "1", title: "Location", content: "Found in the heart of the city's culinary district." }, + { id: "2", title: "Hours", content: "Open Tuesday-Sunday, 11 AM - 10 PM." }, ]} - ctaTitle="We'd Love to Hear From You" - ctaDescription="Have questions or feedback? Drop us a line." - ctaButton={{ - text: "Call Us", - href: "tel:+1234567890", - }} + ctaTitle="Connect with Sada Jo" + ctaDescription="Ready for an unforgettable dining experience? Get in touch." + ctaButton={{ text: "Contact Our Team", href: "#contact" }} ctaIcon={Phone} /> @@ -244,36 +141,10 @@ export default function LandingPage() { From 3d4f4cb8c8f4c4a08586e47f6738ac3672e6ace3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 09:04:11 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..2c1c154 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #fbfbfb; + --card: #f2f2f2; + --foreground: #1a1a1a; + --primary-cta: #1c1c1c; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #e5e5e5; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #c8c8c8; + --background-accent: #f2f2f2; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);