Update src/app/business-overview/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Business",
|
||||
items: [
|
||||
title: "Business", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Business Overview", href: "/business-overview" },
|
||||
{ label: "Financial Info", href: "/financials" },
|
||||
@@ -148,8 +126,7 @@ export default function BusinessOverviewPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Investor Info",
|
||||
items: [
|
||||
title: "Investor Info", items: [
|
||||
{ label: "Request Business Details", href: "/contact" },
|
||||
{ label: "Schedule Site Visit", href: "/contact" },
|
||||
{ label: "Investment FAQ", href: "#" },
|
||||
@@ -157,8 +134,7 @@ export default function BusinessOverviewPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Email: invest@elitichchickenegy.com", href: "#" },
|
||||
{ label: "Phone: +20 (2) XXXX-XXXX", href: "#" },
|
||||
{ label: "Location: Cairo, Egypt", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user