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() {