From 7eee28bc0803e9bd413fa3d1e726cf0fe246c7f9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 00:06:54 +0000 Subject: [PATCH 1/5] Update src/app/business-overview/page.tsx --- src/app/business-overview/page.tsx | 54 +++++++++--------------------- 1 file changed, 15 insertions(+), 39 deletions(-) diff --git a/src/app/business-overview/page.tsx b/src/app/business-overview/page.tsx index e421629..cf050c8 100644 --- a/src/app/business-overview/page.tsx +++ b/src/app/business-overview/page.tsx @@ -24,7 +24,7 @@ export default function BusinessOverviewPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -51,35 +51,26 @@ export default function BusinessOverviewPage() { tag="About the Business" bulletPoints={[ { - title: "Premium Product Quality", - description: "Crispy, flavorful fried chicken using proprietary recipes and fresh daily sourcing", - icon: Star, + title: "Premium Product Quality", description: "Crispy, flavorful fried chicken using proprietary recipes and fresh daily sourcing", icon: Star, }, { - title: "Established Brand Identity", - description: "Strong market recognition with consistent branding across all touchpoints and social media presence", - icon: Award, + title: "Established Brand Identity", description: "Strong market recognition with consistent branding across all touchpoints and social media presence", icon: Award, }, { - title: "Diversified Revenue Streams", - description: "Dine-in service, delivery partnerships (Uber Eats, Zomato), takeout, and corporate catering", - icon: Zap, + title: "Diversified Revenue Streams", description: "Dine-in service, delivery partnerships (Uber Eats, Zomato), takeout, and corporate catering", icon: Zap, }, { - title: "Strategic Supplier Relationships", - description: "Exclusive agreements with premium suppliers ensuring quality at competitive costs", - icon: Handshake, + title: "Strategic Supplier Relationships", description: "Exclusive agreements with premium suppliers ensuring quality at competitive costs", icon: Handshake, }, { - title: "Scalable Operations", - description: "Operational systems and training protocols ready for franchising and multi-unit expansion", - icon: TrendingUp, + title: "Scalable Operations", description: "Operational systems and training protocols ready for franchising and multi-unit expansion", icon: TrendingUp, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32153.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32153.jpg" imageAlt="Professional Kitchen Operations" imagePosition="right" textboxLayout="default" + mediaAnimation="slide-up" useInvertedBackground={false} /> @@ -92,25 +83,13 @@ export default function BusinessOverviewPage() { tag="Future Potential" accordionItems={[ { - id: "1", - title: "Franchising Model", - content: "Replicate the successful single-unit model across Cairo and expansion to other Egyptian cities. Transfer proven operational systems, branding, and supplier relationships to franchisees.", - }, + id: "1", title: "Franchising Model", content: "Replicate the successful single-unit model across Cairo and expansion to other Egyptian cities. Transfer proven operational systems, branding, and supplier relationships to franchisees."}, { - id: "2", - title: "Second Location / Multi-Unit Chain", - content: "Open additional company-owned locations in high-traffic areas. Leverage existing supply chain and brand recognition to achieve faster profitability for new units.", - }, + id: "2", title: "Second Location / Multi-Unit Chain", content: "Open additional company-owned locations in high-traffic areas. Leverage existing supply chain and brand recognition to achieve faster profitability for new units."}, { - id: "3", - title: "Online & Digital Expansion", - content: "Enhanced digital presence, expanded delivery platform partnerships, and potential ghost kitchen operations to increase reach without additional physical retail footprint.", - }, + id: "3", title: "Online & Digital Expansion", content: "Enhanced digital presence, expanded delivery platform partnerships, and potential ghost kitchen operations to increase reach without additional physical retail footprint."}, { - id: "4", - title: "Catering & Corporate Partnerships", - content: "Expand corporate catering services to offices, events, and institutional buyers. High-margin opportunities in B2B segment with recurring revenue potential.", - }, + id: "4", title: "Catering & Corporate Partnerships", content: "Expand corporate catering services to offices, events, and institutional buyers. High-margin opportunities in B2B segment with recurring revenue potential."}, ]} imageSrc="http://img.b2bpic.net/free-photo/technologist-white-robe-holding-graphs-statistics-stands-near-shelves-with-cheeses-production-cheese-products-racks-with-cheeses_645730-490.jpg" imageAlt="Supply Chain & Logistics" @@ -139,8 +118,7 @@ export default function BusinessOverviewPage() { Date: Wed, 4 Mar 2026 00:06:55 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cbed2ad..e06324e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -23,7 +23,7 @@ export default function ContactPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -50,25 +50,20 @@ export default function ContactPage() { tag="Investment Inquiry" bulletPoints={[ { - title: "Email", - description: "invest@elitichchickenegy.com", - icon: Mail, + title: "Email", description: "invest@elitichchickenegy.com", icon: Mail, }, { - title: "Phone", - description: "+20 (2) XXXX-XXXX", - icon: Phone, + title: "Phone", description: "+20 (2) XXXX-XXXX", icon: Phone, }, { - title: "Location", - description: "Cairo, Egypt", - icon: MapPin, + title: "Location", description: "Cairo, Egypt", icon: MapPin, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/african-american-courier-riding-bike-while-delivering-takeaway-food-meal-client-checking-adreess-phone-takeout-app-standing-yellow-background-studio-take-out-service-concept_482257-68965.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/african-american-courier-riding-bike-while-delivering-takeaway-food-meal-client-checking-adreess-phone-takeout-app-standing-yellow-background-studio-take-out-service-concept_482257-68965.jpg" imageAlt="Contact Our Team" imagePosition="right" textboxLayout="default" + mediaAnimation="slide-up" useInvertedBackground={false} /> @@ -92,8 +87,7 @@ export default function ContactPage() { Date: Wed, 4 Mar 2026 00:06:56 +0000 Subject: [PATCH 3/5] Update src/app/financials/page.tsx --- src/app/financials/page.tsx | 77 +++++++++---------------------------- 1 file changed, 18 insertions(+), 59 deletions(-) diff --git a/src/app/financials/page.tsx b/src/app/financials/page.tsx index 4fdc76b..213f05d 100644 --- a/src/app/financials/page.tsx +++ b/src/app/financials/page.tsx @@ -24,7 +24,7 @@ export default function FinancialsPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -50,26 +50,15 @@ export default function FinancialsPage() { tag="Financial Metrics" metrics={[ { - id: "1", - value: "EGP 10.2M+", - description: "Annual revenue from all revenue streams including dine-in, delivery, takeout, and catering", - }, + id: "1", value: "EGP 10.2M+", description: "Annual revenue from all revenue streams including dine-in, delivery, takeout, and catering"}, { - id: "2", - value: "35-40%", - description: "Net profit margin demonstrating exceptional operational efficiency and strong cost management", - }, + id: "2", value: "35-40%", description: "Net profit margin demonstrating exceptional operational efficiency and strong cost management"}, { - id: "3", - value: "5+ Years", - description: "Established operations with proven market resilience and steady customer base growth", - }, + id: "3", value: "5+ Years", description: "Established operations with proven market resilience and steady customer base growth"}, { - id: "4", - value: "120,000+", - description: "Annual customer visits generating consistent, recurring revenue throughout the year", - }, + id: "4", value: "120,000+", description: "Annual customer visits generating consistent, recurring revenue throughout the year"}, ]} + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -82,49 +71,22 @@ export default function FinancialsPage() { tag="Investment Terms" plans={[ { - id: "1", - badge: "Annual Revenue", - badgeIcon: BarChart3, - price: "EGP 10.2M+", - subtitle: "Consistent top-line growth year-over-year", - buttons: [{ text: "Request Full Financials", href: "/contact" }], + id: "1", badge: "Annual Revenue", badgeIcon: BarChart3, + price: "EGP 10.2M+", subtitle: "Consistent top-line growth year-over-year", buttons: [{ text: "Request Full Financials", href: "/contact" }], features: [ - "12-month revenue analysis", - "Monthly revenue breakdown", - "Seasonal trend analysis", - "Customer acquisition data", - "Growth trajectory", - ], + "12-month revenue analysis", "Monthly revenue breakdown", "Seasonal trend analysis", "Customer acquisition data", "Growth trajectory"], }, { - id: "2", - badge: "Net Profit", - badgeIcon: TrendingUp, - price: "35-40% Margin", - subtitle: "Strong operational efficiency and cost control", - buttons: [{ text: "Request Full Financials", href: "/contact" }], + id: "2", badge: "Net Profit", badgeIcon: TrendingUp, + price: "35-40% Margin", subtitle: "Strong operational efficiency and cost control", buttons: [{ text: "Request Full Financials", href: "/contact" }], features: [ - "Detailed expense breakdown", - "Food cost analysis", - "Labor efficiency metrics", - "Overhead optimization", - "Comparative benchmarks", - ], + "Detailed expense breakdown", "Food cost analysis", "Labor efficiency metrics", "Overhead optimization", "Comparative benchmarks"], }, { - id: "3", - badge: "Tangible Assets", - badgeIcon: Package, - price: "EGP 2.5M+", - subtitle: "Equipment, furniture, and brand IP included", - buttons: [{ text: "View Asset List", href: "/location-assets" }], + id: "3", badge: "Tangible Assets", badgeIcon: Package, + price: "EGP 2.5M+", subtitle: "Equipment, furniture, and brand IP included", buttons: [{ text: "View Asset List", href: "/location-assets" }], features: [ - "Commercial fryers & equipment", - "POS system & technology", - "Furniture & fixtures", - "Brand materials & IP", - "Social media accounts", - ], + "Commercial fryers & equipment", "POS system & technology", "Furniture & fixtures", "Brand materials & IP", "Social media accounts"], }, ]} animationType="slide-up" @@ -152,8 +114,7 @@ export default function FinancialsPage() { Date: Wed, 4 Mar 2026 00:06:56 +0000 Subject: [PATCH 4/5] Update src/app/location-assets/page.tsx --- src/app/location-assets/page.tsx | 47 ++++++++------------------------ 1 file changed, 12 insertions(+), 35 deletions(-) diff --git a/src/app/location-assets/page.tsx b/src/app/location-assets/page.tsx index cd7e996..6bcc9ac 100644 --- a/src/app/location-assets/page.tsx +++ b/src/app/location-assets/page.tsx @@ -24,7 +24,7 @@ export default function LocationAssetsPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -51,25 +51,20 @@ export default function LocationAssetsPage() { tag="Location Advantage" bulletPoints={[ { - title: "High-Traffic Zone", - description: "Positioned in one of Cairo's busiest commercial corridors with consistent daily foot traffic", - icon: MapPin, + title: "High-Traffic Zone", description: "Positioned in one of Cairo's busiest commercial corridors with consistent daily foot traffic", icon: MapPin, }, { - title: "Multipurpose Layout", - description: "Dine-in seating, counter service, kitchen facilities, and delivery logistics all optimally designed", - icon: Award, + title: "Multipurpose Layout", description: "Dine-in seating, counter service, kitchen facilities, and delivery logistics all optimally designed", icon: Award, }, { - title: "Accessibility & Parking", - description: "Easy access via major roads and adequate parking for customers and delivery vehicles", - icon: Zap, + title: "Accessibility & Parking", description: "Easy access via major roads and adequate parking for customers and delivery vehicles", icon: Zap, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-866.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-866.jpg" imageAlt="Prime Commercial Location" imagePosition="left" textboxLayout="default" + mediaAnimation="slide-up" useInvertedBackground={false} /> @@ -82,26 +77,11 @@ export default function LocationAssetsPage() { tag="Location Details" products={[ { - id: "1", - name: "Prime Commercial Space", - price: "1,200 sqm", - imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-866.jpg?_wi=2", - imageAlt: "Restaurant Storefront", - }, + id: "1", name: "Prime Commercial Space", price: "1,200 sqm", imageSrc: "http://img.b2bpic.net/free-photo/square-front-modern-office-buildings_1359-866.jpg", imageAlt: "Restaurant Storefront"}, { - id: "2", - name: "Professional Equipment", - price: "EGP 2M+", - imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4216.jpg", - imageAlt: "Commercial Kitchen Equipment", - }, + id: "2", name: "Professional Equipment", price: "EGP 2M+", imageSrc: "http://img.b2bpic.net/free-photo/atmosphere-kitchen-cafe-process_1321-4216.jpg", imageAlt: "Commercial Kitchen Equipment"}, { - id: "3", - name: "Lease Terms", - price: "Favorable", - imageSrc: "http://img.b2bpic.net/free-photo/happy-courier-handshaking-with-african-american-woman-while-delivering-her-package_637285-2270.jpg", - imageAlt: "Lease Documentation", - }, + id: "3", name: "Lease Terms", price: "Favorable", imageSrc: "http://img.b2bpic.net/free-photo/happy-courier-handshaking-with-african-american-woman-while-delivering-her-package_637285-2270.jpg", imageAlt: "Lease Documentation"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -130,8 +110,7 @@ export default function LocationAssetsPage() { Date: Wed, 4 Mar 2026 00:06:57 +0000 Subject: [PATCH 5/5] Update src/app/page.tsx --- src/app/page.tsx | 95 ++++++++++++++---------------------------------- 1 file changed, 27 insertions(+), 68 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2673e1..768f29f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; -import { TrendingUp, Star, Award, Zap, Handshake } from "lucide-react"; +import { TrendingUp, Star, Award, Zap, Handshake, BarChart3, Package } from "lucide-react"; const navItems = [ { name: "Home", id: "/" }, @@ -29,7 +29,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -55,28 +55,18 @@ export default function HomePage() { description="Prime location, established customer base, proven revenue model. A turn-key fast-food investment opportunity with strong operational systems, premium branding, and exceptional unit economics. Join a thriving food service business generating consistent profits." tag="Investment Opportunity" tagIcon={TrendingUp} - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "sparkles-gradient" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-hamburgers-wooden-tray-with-blurred-background_181624-2322.jpg", - imageAlt: "Elite Chicken Egypt Restaurant Storefront", - }, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-hamburgers-wooden-tray-with-blurred-background_181624-2322.jpg", imageAlt: "Elite Chicken Egypt Restaurant Storefront"}, { - imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg", - imageAlt: "Premium Fried Chicken Meal", - }, + imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg", imageAlt: "Premium Fried Chicken Meal"}, { - imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg", - imageAlt: "Modern Restaurant Interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/event-hall-wooden-table-with-rustic-chairs_114579-2233.jpg", imageAlt: "Modern Restaurant Interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-courier-riding-bike-while-delivering-takeaway-food-meal-client-checking-adreess-phone-takeout-app-standing-yellow-background-studio-take-out-service-concept_482257-68965.jpg?_wi=1", - imageAlt: "Delivery Operations", - }, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-courier-riding-bike-while-delivering-takeaway-food-meal-client-checking-adreess-phone-takeout-app-standing-yellow-background-studio-take-out-service-concept_482257-68965.jpg", imageAlt: "Delivery Operations"}, { - imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-communicating-while-having-lunch-drinking-wine-dining-room-focus-is-african-american-woman_637285-5486.jpg", - imageAlt: "Satisfied Customers", - }, + imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-communicating-while-having-lunch-drinking-wine-dining-room-focus-is-african-american-woman_637285-5486.jpg", imageAlt: "Satisfied Customers"}, ]} buttons={[ { text: "Request Business Details", href: "/contact" }, @@ -92,26 +82,15 @@ export default function HomePage() { tag="Business Metrics" metrics={[ { - id: "1", - value: "EGP 850K+", - description: "Average monthly revenue from dine-in, delivery, and catering operations", - }, + id: "1", value: "EGP 850K+", description: "Average monthly revenue from dine-in, delivery, and catering operations"}, { - id: "2", - value: "35-40%", - description: "Net profit margin demonstrating operational efficiency and pricing power", - }, + id: "2", value: "35-40%", description: "Net profit margin demonstrating operational efficiency and pricing power"}, { - id: "3", - value: "5+ Years", - description: "Established operations with loyal customer base and proven market presence", - }, + id: "3", value: "5+ Years", description: "Established operations with loyal customer base and proven market presence"}, { - id: "4", - value: "10,000+", - description: "Monthly customer visits across all service channels", - }, + id: "4", value: "10,000+", description: "Monthly customer visits across all service channels"}, ]} + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -124,35 +103,26 @@ export default function HomePage() { tag="About the Business" bulletPoints={[ { - title: "Premium Product Quality", - description: "Crispy, flavorful fried chicken using proprietary recipes and fresh daily sourcing", - icon: Star, + title: "Premium Product Quality", description: "Crispy, flavorful fried chicken using proprietary recipes and fresh daily sourcing", icon: Star, }, { - title: "Established Brand Identity", - description: "Strong market recognition with consistent branding across all touchpoints and social media presence", - icon: Award, + title: "Established Brand Identity", description: "Strong market recognition with consistent branding across all touchpoints and social media presence", icon: Award, }, { - title: "Diversified Revenue Streams", - description: "Dine-in service, delivery partnerships (Uber Eats, Zomato), takeout, and corporate catering", - icon: Zap, + title: "Diversified Revenue Streams", description: "Dine-in service, delivery partnerships (Uber Eats, Zomato), takeout, and corporate catering", icon: Zap, }, { - title: "Strategic Supplier Relationships", - description: "Exclusive agreements with premium suppliers ensuring quality at competitive costs", - icon: Handshake, + title: "Strategic Supplier Relationships", description: "Exclusive agreements with premium suppliers ensuring quality at competitive costs", icon: Handshake, }, { - title: "Scalable Operations", - description: "Operational systems and training protocols ready for franchising and multi-unit expansion", - icon: TrendingUp, + title: "Scalable Operations", description: "Operational systems and training protocols ready for franchising and multi-unit expansion", icon: TrendingUp, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32153.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/man-chef-frying-meat-pan-fire_1303-32153.jpg" imageAlt="Professional Kitchen Operations" imagePosition="right" textboxLayout="default" + mediaAnimation="slide-up" useInvertedBackground={false} /> @@ -165,21 +135,13 @@ export default function HomePage() { author="Ahmed Hassan, Business Investor & Former Restaurant Owner" avatars={[ { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - alt: "Investor testimonial 1", - }, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Investor testimonial 1"}, { - src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", - alt: "Customer testimonial 2", - }, + src: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", alt: "Customer testimonial 2"}, { - src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", - alt: "Customer testimonial 3", - }, + src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Customer testimonial 3"}, { - src: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", - alt: "Customer testimonial 4", - }, + src: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", alt: "Customer testimonial 4"}, ]} ratingAnimation="slide-up" avatarsAnimation="slide-up" @@ -220,8 +182,7 @@ export default function HomePage() {