Merge version_1 into main #1
222
src/app/page.tsx
222
src/app/page.tsx
@@ -32,43 +32,24 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
brandName="Republic Burger Agency"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
logoText="Republic Burger Agency"
|
||||
description="Premium digital solutions for the food and beverage industry. We craft seamless online ordering platforms that drive growth."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Services",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "View Our Services", href: "#features" },
|
||||
{ text: "Contact Us", href: "#contact" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/face-recognition-personal-identification-collage_23-2150165606.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -82,18 +63,9 @@ export default function LandingPage() {
|
||||
title="Digital Excellence in Food Services"
|
||||
description="At Republic Burger Agency, we understand the fast-paced nature of the food sector. We deliver high-end, user-friendly digital platforms enabling restaurants to scale through smart technology."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Custom Platforms",
|
||||
description: "Tailored online ordering systems for your unique brand.",
|
||||
},
|
||||
{
|
||||
title: "Rapid Deployment",
|
||||
description: "Get your digital menu running in record time.",
|
||||
},
|
||||
{
|
||||
title: "Seamless Integration",
|
||||
description: "Connect with delivery and payment services effortlessly.",
|
||||
},
|
||||
{ title: "Custom Platforms", description: "Tailored online ordering systems for your unique brand." },
|
||||
{ title: "Rapid Deployment", description: "Get your digital menu running in record time." },
|
||||
{ title: "Seamless Integration", description: "Connect with delivery and payment services effortlessly." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-tablet_23-2148939226.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -105,21 +77,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Online Ordering",
|
||||
description: "Direct-to-consumer ordering systems without commission bloat.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873110.jpg",
|
||||
},
|
||||
{
|
||||
title: "Analytics Dashboard",
|
||||
description: "Real-time insights on your best selling menu items.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-food-ordering_1098-22010.jpg",
|
||||
},
|
||||
{
|
||||
title: "Order Management",
|
||||
description: "Streamlined back-of-house operations integrated with your POS.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865364.jpg",
|
||||
},
|
||||
{ title: "Online Ordering", description: "Direct-to-consumer ordering systems without commission bloat.", imageSrc: "http://img.b2bpic.net/free-photo/digital-environment-scene_23-2151873110.jpg" },
|
||||
{ title: "Analytics Dashboard", description: "Real-time insights on your best selling menu items.", imageSrc: "http://img.b2bpic.net/free-photo/online-food-ordering_1098-22010.jpg" },
|
||||
{ title: "Order Management", description: "Streamlined back-of-house operations integrated with your POS.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865364.jpg" }
|
||||
]}
|
||||
title="Empowering Your Restaurant"
|
||||
description="Our solutions are designed to optimize every step of your digital presence."
|
||||
@@ -133,27 +93,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15min",
|
||||
title: "Avg. Order Time",
|
||||
description: "Faster delivery workflow setup.",
|
||||
icon: Clock,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "40%",
|
||||
title: "Orders Growth",
|
||||
description: "Increase in digital sales on average.",
|
||||
icon: TrendingUp,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Service Uptime",
|
||||
description: "Reliable ordering around the clock.",
|
||||
icon: Server,
|
||||
},
|
||||
{ id: "m1", value: "15min", title: "Avg. Order Time", description: "Faster delivery workflow setup.", icon: Clock },
|
||||
{ id: "m2", value: "40%", title: "Orders Growth", description: "Increase in digital sales on average.", icon: TrendingUp },
|
||||
{ id: "m3", value: "24/7", title: "Service Uptime", description: "Reliable ordering around the clock.", icon: Server }
|
||||
]}
|
||||
title="Delivering Tangible Growth"
|
||||
description="We measure our success by the success of your food brand."
|
||||
@@ -165,46 +107,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Game Changer",
|
||||
quote: "The platform transformed our digital operations.",
|
||||
name: "Sarah Ahmed",
|
||||
role: "Owner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Professionalism",
|
||||
quote: "Seamless setup and constant technical support.",
|
||||
name: "Ahmed Hassan",
|
||||
role: "Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chef-with-mask-slicing-fruit_23-2148763139.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Efficiency",
|
||||
quote: "My digital menu is now highly effective.",
|
||||
name: "Layla Omar",
|
||||
role: "Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-asian-girl-barista-working-cafe-holding-cup-tea-giving-client-their-order_1258-199284.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Reliable",
|
||||
quote: "Best software development agency in Cairo.",
|
||||
name: "Khaled Youssef",
|
||||
role: "Partner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seller-shows-ripe-fruits-veggies_482257-76484.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Impressive",
|
||||
quote: "High-end development and great insights.",
|
||||
name: "Nora Said",
|
||||
role: "Founder",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-manager-coffee-shop_1098-20932.jpg",
|
||||
},
|
||||
{ id: "t1", title: "Game Changer", quote: "The platform transformed our digital operations.", name: "Sarah Ahmed", role: "Owner", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-businesswoman-with-folded-arms_1262-1775.jpg" },
|
||||
{ id: "t2", title: "Professionalism", quote: "Seamless setup and constant technical support.", name: "Ahmed Hassan", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-with-mask-slicing-fruit_23-2148763139.jpg" },
|
||||
{ id: "t3", title: "Efficiency", quote: "My digital menu is now highly effective.", name: "Layla Omar", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-asian-girl-barista-working-cafe-holding-cup-tea-giving-client-their-order_1258-199284.jpg" },
|
||||
{ id: "t4", title: "Reliable", quote: "Best software development agency in Cairo.", name: "Khaled Youssef", role: "Partner", imageSrc: "http://img.b2bpic.net/free-photo/seller-shows-ripe-fruits-veggies_482257-76484.jpg" },
|
||||
{ id: "t5", title: "Impressive", quote: "High-end development and great insights.", name: "Nora Said", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/barista-manager-coffee-shop_1098-20932.jpg" }
|
||||
]}
|
||||
title="Trusted by Top Food Brands"
|
||||
description="See why restaurant owners trust our agency for their digital transformation."
|
||||
@@ -216,21 +123,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does setup take?",
|
||||
content: "Our typical setup time ranges from 12 to 45 days.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you offer delivery support?",
|
||||
content: "Yes, we integrate with all major delivery platforms.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is technical support available?",
|
||||
content: "We offer 24/7 monitoring and technical support packages.",
|
||||
},
|
||||
{ id: "f1", title: "How long does setup take?", content: "Our typical setup time ranges from 12 to 45 days." },
|
||||
{ id: "f2", title: "Do you offer delivery support?", content: "Yes, we integrate with all major delivery platforms." },
|
||||
{ id: "f3", title: "Is technical support available?", content: "We offer 24/7 monitoring and technical support packages." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our development services."
|
||||
@@ -246,36 +141,9 @@ export default function LandingPage() {
|
||||
title="Food Tech Insights"
|
||||
description="Stay updated on the latest trends in restaurant digital strategy."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Technology",
|
||||
title: "Future of Digital Menus",
|
||||
excerpt: "How dynamic menus boost revenue.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-using-ar-technology-his-profession_23-2151137534.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
|
||||
date: "2025",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Strategy",
|
||||
title: "Maximizing Order Volume",
|
||||
excerpt: "Strategies for optimized kitchen workflows.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-video-call-with-her-mother-breakfast-using-modern-online-internet-web-technology-chat-via-webcam-videoconference-app-with-relatives-family-friends-coworkers_482257-14231.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/male-worker-checking-coffee-shop-products_23-2148366516.jpg",
|
||||
date: "2025",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Technology",
|
||||
title: "Mobile First Orders",
|
||||
excerpt: "Why your restaurant needs an app.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-lie-laptop-reflecting-light-from-screen-dark_169016-53051.jpg",
|
||||
authorName: "Admin",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/business-executives-having-meal_1170-1740.jpg",
|
||||
date: "2025",
|
||||
},
|
||||
{ id: "b1", category: "Technology", title: "Future of Digital Menus", excerpt: "How dynamic menus boost revenue.", imageSrc: "http://img.b2bpic.net/free-photo/chef-using-ar-technology-his-profession_23-2151137534.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", date: "2025" },
|
||||
{ id: "b2", category: "Strategy", title: "Maximizing Order Volume", excerpt: "Strategies for optimized kitchen workflows.", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-video-call-with-her-mother-breakfast-using-modern-online-internet-web-technology-chat-via-webcam-videoconference-app-with-relatives-family-friends-coworkers_482257-14231.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/male-worker-checking-coffee-shop-products_23-2148366516.jpg", date: "2025" },
|
||||
{ id: "b3", category: "Technology", title: "Mobile First Orders", excerpt: "Why your restaurant needs an app.", imageSrc: "http://img.b2bpic.net/free-photo/glasses-lie-laptop-reflecting-light-from-screen-dark_169016-53051.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/business-executives-having-meal_1170-1740.jpg", date: "2025" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -283,9 +151,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Get in touch"
|
||||
title="Ready to Transform Your Digital Presence?"
|
||||
description="Reach out to discuss your project. We are ready to help."
|
||||
@@ -297,32 +163,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Company", items: [{ label: "About", href: "#" }, { label: "Services", href: "#" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||
]}
|
||||
logoText="Republic Burger Agency"
|
||||
/>
|
||||
@@ -330,4 +172,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user