From 89264cd8e5f9d50f2ea6e8ece58c6be68a1e59e5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:47:18 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 83 +++++++++--------------------------------- 1 file changed, 17 insertions(+), 66 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c41f4e2..5f5eb67 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -43,10 +43,7 @@ export default function AboutPage() { @@ -105,50 +86,20 @@ export default function AboutPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Fatima Benali, Restaurant Owner", - date: "Date: 15 January 2025", - title: "Reliable supplier we depend on daily", - quote: - "K H Food has been our primary supplier for 3 years. The quality is consistently excellent, prices are fair, and they always deliver on time.", - tag: "Restaurant Partner", - avatarSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - avatarAlt: "Fatima Benali", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APB4KSAAZOw08S0ndCnkhZFbRW/uploaded-1772484189905-rxzs0eza.png?_wi=3", - imageAlt: "Restaurant owner testimonial", - }, + id: "1", name: "Fatima Benali, Restaurant Owner", date: "Date: 15 January 2025", title: "Reliable supplier we depend on daily", quote: + "K H Food has been our primary supplier for 3 years. The quality is consistently excellent, prices are fair, and they always deliver on time.", tag: "Restaurant Partner", avatarSrc: + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Fatima Benali", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APB4KSAAZOw08S0ndCnkhZFbRW/uploaded-1772484189905-rxzs0eza.png", imageAlt: "Restaurant owner testimonial"}, { - id: "2", - name: "Ahmed Khatib, Grocery Store Manager", - date: "Date: 10 January 2025", - title: "Best wholesale prices in Saïda", - quote: - "We switched to K H Food 2 years ago and couldn't be happier. Their bulk pricing is unbeatable, and their team is professional and courteous.", - tag: "Wholesale Buyer", - avatarSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - avatarAlt: "Ahmed Khatib", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APB4KSAAZOw08S0ndCnkhZFbRW/uploaded-1772484189905-owu37tr0.png?_wi=3", - imageAlt: "Grocery manager testimonial", - }, + id: "2", name: "Ahmed Khatib, Grocery Store Manager", date: "Date: 10 January 2025", title: "Best wholesale prices in Saïda", quote: + "We switched to K H Food 2 years ago and couldn't be happier. Their bulk pricing is unbeatable, and their team is professional and courteous.", tag: "Wholesale Buyer", avatarSrc: + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Ahmed Khatib", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APB4KSAAZOw08S0ndCnkhZFbRW/uploaded-1772484189905-owu37tr0.png", imageAlt: "Grocery manager testimonial"}, { - id: "3", - name: "Leila Hadj, Family Customer", - date: "Date: 5 January 2025", - title: "Fresh food delivered to my door", - quote: - "I order from K H Food every week. Everything is fresh, delivery is quick, and I love supporting a local business that truly cares.", - tag: "Regular Customer", - avatarSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - avatarAlt: "Leila Hadj", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APB4KSAAZOw08S0ndCnkhZFbRW/uploaded-1772484189905-3iayenyy.png?_wi=4", - imageAlt: "Family customer testimonial", - }, + id: "3", name: "Leila Hadj, Family Customer", date: "Date: 5 January 2025", title: "Fresh food delivered to my door", quote: + "I order from K H Food every week. Everything is fresh, delivery is quick, and I love supporting a local business that truly cares.", tag: "Regular Customer", avatarSrc: + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", avatarAlt: "Leila Hadj", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APB4KSAAZOw08S0ndCnkhZFbRW/uploaded-1772484189905-3iayenyy.png", imageAlt: "Family customer testimonial"}, ]} /> -- 2.49.1 From 3ab9cbf7b5160f793f6d6b554a86f3aa909bd440 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:47:18 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 81e93d8..e18b406 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -45,7 +45,7 @@ export default function ContactPage() { tagAnimation="slide-up" title="Contact K H Food Today" description="Have questions about our services or ready to place an order? We're here to help and available 24/7 for all your food supply needs." - background={{ variant: "glowing-orb" }} + background={{ variant: "radial-gradient" }} useInvertedBackground={false} buttonText="Send Message" inputPlaceholder="Enter your email or phone" @@ -57,10 +57,7 @@ export default function ContactPage() { Date: Mon, 2 Mar 2026 20:47:19 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b1fb44c..4b51a04 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,38 +6,23 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const montserrat = Montserrat({ - variable: "--font-montserrat", - subsets: ["latin"], + variable: "--font-montserrat", subsets: ["latin"], }); const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "K H Food - Fresh Food Delivery in Saïda, Algeria", - description: "Reliable food supplier in Saïda offering fresh products, bulk supply, and same-day delivery. Trusted by local families and businesses.", - keywords: "food supplier Saïda, fresh food delivery, bulk supply Algeria, local food service, restaurants supply", - openGraph: { - title: "K H Food - Fresh Quality Food Delivered in Saïda", - description: "Your trusted local food supplier for fresh products and reliable delivery in Saïda, Algeria.", - type: "website", - siteName: "K H Food", - images: [ + title: "K H Food - Fresh Food Delivery in Saïda, Algeria", description: "Reliable food supplier in Saïda offering fresh products, bulk supply, and same-day delivery. Trusted by local families and businesses.", keywords: "food supplier Saïda, fresh food delivery, bulk supply Algeria, local food service, restaurants supply", openGraph: { + title: "K H Food - Fresh Quality Food Delivered in Saïda", description: "Your trusted local food supplier for fresh products and reliable delivery in Saïda, Algeria.", type: "website", siteName: "K H Food", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APB4KSAAZOw08S0ndCnkhZFbRW/uploaded-1772484189905-rxzs0eza.png", - alt: "K H Food premium quality food products", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APB4KSAAZOw08S0ndCnkhZFbRW/uploaded-1772484189905-rxzs0eza.png", alt: "K H Food premium quality food products"}, ], }, twitter: { - card: "summary_large_image", - title: "K H Food - Fresh Food Delivery in Saïda", - description: "Reliable food supplier offering fresh products and same-day delivery.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APB4KSAAZOw08S0ndCnkhZFbRW/uploaded-1772484189905-owu37tr0.png", - ], + card: "summary_large_image", title: "K H Food - Fresh Food Delivery in Saïda", description: "Reliable food supplier offering fresh products and same-day delivery.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APB4KSAAZOw08S0ndCnkhZFbRW/uploaded-1772484189905-owu37tr0.png"], }, robots: { index: true, -- 2.49.1 From 55385cbcc3825745c5a92458874669872dfabfdc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:47:20 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 211 +++++++++++------------------------------------ 1 file changed, 48 insertions(+), 163 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 342185d..e9ea23f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function HomePage() { { text: "Request a Quote", href: "/contact" }, ]} buttonAnimation="slide-up" - imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APB4KSAAZOw08S0ndCnkhZFbRW/uploaded-1772484189905-3iayenyy.png?_wi=1" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APB4KSAAZOw08S0ndCnkhZFbRW/uploaded-1772484189905-3iayenyy.png" imageAlt="Fresh food products from K H Food" mediaAnimation="slide-up" imagePosition="right" @@ -73,32 +73,16 @@ export default function HomePage() { gridVariant="uniform-all-items-equal" metrics={[ { - id: "1", - value: "500+", - title: "Satisfied Clients", - description: "Families and businesses trust us", - icon: Users, + id: "1", value: "500+", title: "Satisfied Clients", description: "Families and businesses trust us", icon: Users, }, { - id: "2", - value: "10+", - title: "Years Experience", - description: "Serving Saïda with quality", - icon: Clock, + id: "2", value: "10+", title: "Years Experience", description: "Serving Saïda with quality", icon: Clock, }, { - id: "3", - value: "24/7", - title: "Customer Support", - description: "Always available for you", - icon: Phone, + id: "3", value: "24/7", title: "Customer Support", description: "Always available for you", icon: Phone, }, { - id: "4", - value: "100%", - title: "Quality Guaranteed", - description: "Fresh and hygienic products", - icon: CheckCircle, + id: "4", value: "100%", title: "Quality Guaranteed", description: "Fresh and hygienic products", icon: CheckCircle, }, ]} /> @@ -116,71 +100,35 @@ export default function HomePage() { animationType="slide-up" features={[ { - id: "1", - title: "Fresh Products", - author: "Daily Selection", - description: - "Premium quality fresh food items sourced locally and delivered to your door", - tags: ["Fresh", "Quality"], + id: "1", title: "Fresh Products", author: "Daily Selection", description: + "Premium quality fresh food items sourced locally and delivered to your door", tags: ["Fresh", "Quality"], imageSrc: - "http://img.b2bpic.net/free-photo/vegetables-female-hands-concept-food-preparation-kitchen_169016-24390.jpg?_wi=1", - imageAlt: "fresh food vegetables produce quality", - }, + "http://img.b2bpic.net/free-photo/vegetables-female-hands-concept-food-preparation-kitchen_169016-24390.jpg", imageAlt: "fresh food vegetables produce quality"}, { - id: "2", - title: "Bulk Supply", - author: "Wholesale Prices", - description: - "Competitive bulk pricing for restaurants, grocery stores, and large orders", - tags: ["Wholesale", "Bulk"], + id: "2", title: "Bulk Supply", author: "Wholesale Prices", description: + "Competitive bulk pricing for restaurants, grocery stores, and large orders", tags: ["Wholesale", "Bulk"], imageSrc: - "http://img.b2bpic.net/free-photo/photo-cheese-factory-switzerland-typical-italian-cheese-parmigiano-reggiano-thousands-forms-parmigiano-reggiano-largest-parmesan-cheese-storage-forms-cheese-ripening_645730-377.jpg?_wi=1", - imageAlt: "bulk food wholesale boxes storage", - }, + "http://img.b2bpic.net/free-photo/photo-cheese-factory-switzerland-typical-italian-cheese-parmigiano-reggiano-thousands-forms-parmigiano-reggiano-largest-parmesan-cheese-storage-forms-cheese-ripening_645730-377.jpg", imageAlt: "bulk food wholesale boxes storage"}, { - id: "3", - title: "Restaurant Supply", - author: "Professional Service", - description: - "Dedicated supply solutions for restaurants and food service businesses", - tags: ["Professional", "Reliable"], + id: "3", title: "Restaurant Supply", author: "Professional Service", description: + "Dedicated supply solutions for restaurants and food service businesses", tags: ["Professional", "Reliable"], imageSrc: - "http://img.b2bpic.net/free-photo/black-chef-modern-kitchen-adding-herbs-leaves-dish-stove_482257-127688.jpg?_wi=1", - imageAlt: "restaurant food chef cooking meal prep kitchen", - }, + "http://img.b2bpic.net/free-photo/black-chef-modern-kitchen-adding-herbs-leaves-dish-stove_482257-127688.jpg", imageAlt: "restaurant food chef cooking meal prep kitchen"}, { - id: "4", - title: "Event Catering", - author: "Special Orders", - description: - "Custom orders for events, celebrations, and special occasions", - tags: ["Events", "Catering"], + id: "4", title: "Event Catering", author: "Special Orders", description: + "Custom orders for events, celebrations, and special occasions", tags: ["Events", "Catering"], imageSrc: - "http://img.b2bpic.net/free-photo/catering-banquet-food_624325-1678.jpg?_wi=1", - imageAlt: "event catering food service party celebration", - }, + "http://img.b2bpic.net/free-photo/catering-banquet-food_624325-1678.jpg", imageAlt: "event catering food service party celebration"}, { - id: "5", - title: "Grocery Distribution", - author: "Local Network", - description: - "Supply chain support for grocery stores and local markets", - tags: ["Distribution", "Local"], + id: "5", title: "Grocery Distribution", author: "Local Network", description: + "Supply chain support for grocery stores and local markets", tags: ["Distribution", "Local"], imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-taking-products-from-freezer_74855-3298.jpg?_wi=1", - imageAlt: "grocery store food market shopping products", - }, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-taking-products-from-freezer_74855-3298.jpg", imageAlt: "grocery store food market shopping products"}, { - id: "6", - title: "Fast Local Delivery", - author: "Same Day Service", - description: - "Quick delivery throughout Saïda with reliable, professional service", - tags: ["Fast", "Delivery"], + id: "6", title: "Fast Local Delivery", author: "Same Day Service", description: + "Quick delivery throughout Saïda with reliable, professional service", tags: ["Fast", "Delivery"], imageSrc: - "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg?_wi=1", - imageAlt: "fast delivery local delivery truck van", - }, + "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg", imageAlt: "fast delivery local delivery truck van"}, ]} /> @@ -189,10 +137,7 @@ export default function HomePage() { -- 2.49.1 From 2ef8be841ea1364d27b53c4d3583c5005c3e5221 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:47:20 +0000 Subject: [PATCH 5/5] Update src/app/services/page.tsx --- src/app/services/page.tsx | 72 ++++++++++----------------------------- 1 file changed, 18 insertions(+), 54 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 70c86b5..8de86d1 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -71,71 +71,35 @@ export default function ServicesPage() { animationType="slide-up" features={[ { - id: "1", - title: "Fresh Products", - author: "Daily Selection", - description: - "Premium quality fresh food items sourced locally and delivered fresh to your door every day", - tags: ["Fresh", "Quality", "Local"], + id: "1", title: "Fresh Products", author: "Daily Selection", description: + "Premium quality fresh food items sourced locally and delivered fresh to your door every day", tags: ["Fresh", "Quality", "Local"], imageSrc: - "http://img.b2bpic.net/free-photo/vegetables-female-hands-concept-food-preparation-kitchen_169016-24390.jpg?_wi=2", - imageAlt: "Fresh vegetables and produce", - }, + "http://img.b2bpic.net/free-photo/vegetables-female-hands-concept-food-preparation-kitchen_169016-24390.jpg", imageAlt: "Fresh vegetables and produce"}, { - id: "2", - title: "Bulk Supply", - author: "Wholesale Prices", - description: - "Competitive bulk pricing for restaurants, grocery stores, and large corporate orders with flexible delivery", - tags: ["Wholesale", "Bulk", "B2B"], + id: "2", title: "Bulk Supply", author: "Wholesale Prices", description: + "Competitive bulk pricing for restaurants, grocery stores, and large corporate orders with flexible delivery", tags: ["Wholesale", "Bulk", "B2B"], imageSrc: - "http://img.b2bpic.net/free-photo/photo-cheese-factory-switzerland-typical-italian-cheese-parmigiano-reggiano-thousands-forms-parmigiano-reggiano-largest-parmesan-cheese-storage-forms-cheese-ripening_645730-377.jpg?_wi=2", - imageAlt: "Bulk storage and wholesale operations", - }, + "http://img.b2bpic.net/free-photo/photo-cheese-factory-switzerland-typical-italian-cheese-parmigiano-reggiano-thousands-forms-parmigiano-reggiano-largest-parmesan-cheese-storage-forms-cheese-ripening_645730-377.jpg", imageAlt: "Bulk storage and wholesale operations"}, { - id: "3", - title: "Restaurant Supply", - author: "Professional Service", - description: - "Dedicated supply solutions for restaurants and food service businesses with priority delivery schedules", - tags: ["Professional", "B2B", "Reliable"], + id: "3", title: "Restaurant Supply", author: "Professional Service", description: + "Dedicated supply solutions for restaurants and food service businesses with priority delivery schedules", tags: ["Professional", "B2B", "Reliable"], imageSrc: - "http://img.b2bpic.net/free-photo/black-chef-modern-kitchen-adding-herbs-leaves-dish-stove_482257-127688.jpg?_wi=2", - imageAlt: "Professional kitchen and meal preparation", - }, + "http://img.b2bpic.net/free-photo/black-chef-modern-kitchen-adding-herbs-leaves-dish-stove_482257-127688.jpg", imageAlt: "Professional kitchen and meal preparation"}, { - id: "4", - title: "Event Catering", - author: "Special Orders", - description: - "Custom orders for weddings, corporate events, celebrations, and special occasions with full customization", - tags: ["Events", "Catering", "Custom"], + id: "4", title: "Event Catering", author: "Special Orders", description: + "Custom orders for weddings, corporate events, celebrations, and special occasions with full customization", tags: ["Events", "Catering", "Custom"], imageSrc: - "http://img.b2bpic.net/free-photo/catering-banquet-food_624325-1678.jpg?_wi=2", - imageAlt: "Event catering and banquet services", - }, + "http://img.b2bpic.net/free-photo/catering-banquet-food_624325-1678.jpg", imageAlt: "Event catering and banquet services"}, { - id: "5", - title: "Grocery Distribution", - author: "Local Network", - description: - "Supply chain support for grocery stores and local markets with consistent inventory management", - tags: ["Distribution", "Local", "Wholesale"], + id: "5", title: "Grocery Distribution", author: "Local Network", description: + "Supply chain support for grocery stores and local markets with consistent inventory management", tags: ["Distribution", "Local", "Wholesale"], imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-taking-products-from-freezer_74855-3298.jpg?_wi=2", - imageAlt: "Grocery store and inventory management", - }, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-taking-products-from-freezer_74855-3298.jpg", imageAlt: "Grocery store and inventory management"}, { - id: "6", - title: "Fast Local Delivery", - author: "Same Day Service", - description: - "Quick delivery throughout Saïda with reliable, professional service and real-time tracking available", - tags: ["Fast", "Delivery", "Local"], + id: "6", title: "Fast Local Delivery", author: "Same Day Service", description: + "Quick delivery throughout Saïda with reliable, professional service and real-time tracking available", tags: ["Fast", "Delivery", "Local"], imageSrc: - "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg?_wi=2", - imageAlt: "Professional delivery vehicle and service", - }, + "http://img.b2bpic.net/free-photo/professional-female-driver-with-van-wagon-car_23-2150248838.jpg", imageAlt: "Professional delivery vehicle and service"}, ]} /> -- 2.49.1