Update src/app/page.tsx
This commit is contained in:
280
src/app/page.tsx
280
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
{
|
||||
name: "Models",
|
||||
id: "#models",
|
||||
},
|
||||
{
|
||||
name: "Support",
|
||||
id: "#why-us",
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Models", id: "#models" },
|
||||
{ name: "Support", id: "#why-us" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
]}
|
||||
brandName="ChickenPro"
|
||||
/>
|
||||
@@ -54,62 +42,25 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Start Your Own Profitable Chicken Business"
|
||||
description="Low Investment. High Returns. Proven Model. Join 1000+ partners across India today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Franchise Details",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/professional-commercial-studio-photograp-1774852942003-7b4ef6c4.png?_wi=1"
|
||||
buttons={[{ text: "Get Franchise Details", href: "#contact" }]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/professional-commercial-studio-photograp-1774852942003-7b4ef6c4.png"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-happy-young-indian-entrepr-1774852942451-2300c1d0.png",
|
||||
alt: "Ankit",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-confident-franchise-invest-1774852942437-ef18b5c0.png",
|
||||
alt: "Sarah",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-local-restaurant-owner-in--1774852943259-effec1dd.png",
|
||||
alt: "Rahul",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-successful-retail-owner-hi-1774852941817-232e7438.png",
|
||||
alt: "Priya",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-happy-young-indian-entrepr-1774852942451-2300c1d0.png",
|
||||
alt: "Vijay",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-happy-young-indian-entrepr-1774852942451-2300c1d0.png", alt: "Ankit" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-confident-franchise-invest-1774852942437-ef18b5c0.png", alt: "Sarah" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-local-restaurant-owner-in--1774852943259-effec1dd.png", alt: "Rahul" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-successful-retail-owner-hi-1774852941817-232e7438.png", alt: "Priya" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-happy-young-indian-entrepr-1774852942451-2300c1d0.png", alt: "Vijay" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "1000+ Outlets",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Low Risk",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fast ROI",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Pan-India",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Verified Success",
|
||||
},
|
||||
{ type: "text", text: "1000+ Outlets" },
|
||||
{ type: "text", text: "Low Risk" },
|
||||
{ type: "text", text: "Fast ROI" },
|
||||
{ type: "text", text: "Pan-India" },
|
||||
{ type: "text", text: "Verified Success" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -120,21 +71,9 @@ export default function LandingPage() {
|
||||
title="Our Growth in Numbers"
|
||||
tag="Market Presence"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "8000+",
|
||||
description: "Global Outlets",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1100+",
|
||||
description: "India Network",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "40%",
|
||||
description: "Avg Annual ROI",
|
||||
},
|
||||
{ id: "m1", value: "8000+", description: "Global Outlets" },
|
||||
{ id: "m2", value: "1100+", description: "India Network" },
|
||||
{ id: "m3", value: "40%", description: "Avg Annual ROI" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -147,49 +86,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Farm to Fork",
|
||||
description: "Fresh, high-quality ingredients sourced directly to ensure perfect taste every time.",
|
||||
icon: Shield,
|
||||
title: "Farm to Fork", description: "Fresh, high-quality ingredients sourced directly to ensure perfect taste every time.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/graphic-card-visualization-for-small-kio-1774852942665-a2cd454b.png?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/graphic-card-visualization-for-medium-re-1774852946959-b8de15ed.png?_wi=1",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/graphic-card-visualization-for-small-kio-1774852942665-a2cd454b.png", imageAlt: "Farm to fork" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/graphic-card-visualization-for-medium-re-1774852946959-b8de15ed.png", imageAlt: "Fresh ingredients" },
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/professional-commercial-studio-photograp-1774852942003-7b4ef6c4.png?_wi=2",
|
||||
imageAlt: "Professional commercial studio photography of crispy fried chicken pieces arranged artfully on a dar",
|
||||
},
|
||||
{
|
||||
title: "High ROI Potential",
|
||||
description: "Proven business model with efficient operations and strong market demand.",
|
||||
icon: Zap,
|
||||
title: "High ROI Potential", description: "Proven business model with efficient operations and strong market demand.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/graphic-card-visualization-for-flagship--1774852945830-bebc2205.png?_wi=1",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/graphic-card-visualization-for-small-kio-1774852942665-a2cd454b.png?_wi=2",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/graphic-card-visualization-for-flagship--1774852945830-bebc2205.png", imageAlt: "High ROI" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/graphic-card-visualization-for-small-kio-1774852942665-a2cd454b.png", imageAlt: "Efficient operations" },
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/minimalist-vector-icons-representing-sto-1774852943408-75cb4d71.png",
|
||||
imageAlt: "Minimalist vector icons representing store expansion growth in India, bold red and yellow colors, cl",
|
||||
},
|
||||
{
|
||||
title: "Full Support",
|
||||
description: "Comprehensive training and marketing support for every franchise partner.",
|
||||
icon: Award,
|
||||
title: "Full Support", description: "Comprehensive training and marketing support for every franchise partner.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/graphic-card-visualization-for-medium-re-1774852946959-b8de15ed.png?_wi=2",
|
||||
},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/graphic-card-visualization-for-flagship--1774852945830-bebc2205.png?_wi=2",
|
||||
},
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/graphic-card-visualization-for-medium-re-1774852946959-b8de15ed.png", imageAlt: "Training support" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/graphic-card-visualization-for-flagship--1774852945830-bebc2205.png", imageAlt: "Marketing support" },
|
||||
],
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/graphic-card-visualization-for-small-kio-1774852942665-a2cd454b.png?_wi=3",
|
||||
imageAlt: "Graphic card visualization for small kiosk chicken franchise, sleek industrial design, yellow and re",
|
||||
},
|
||||
]}
|
||||
title="Why Partner With Us?"
|
||||
@@ -204,55 +119,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "small",
|
||||
badge: "Kiosk",
|
||||
price: "₹10L+",
|
||||
subtitle: "Entry-level efficient setup",
|
||||
features: [
|
||||
"Quick setup",
|
||||
"Low rent",
|
||||
"High margin",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "small", badge: "Kiosk", price: "₹10L+", subtitle: "Entry-level efficient setup", features: ["Quick setup", "Low rent", "High margin"],
|
||||
buttons: [{ text: "Inquire", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "medium",
|
||||
badge: "Outlet",
|
||||
price: "₹20L+",
|
||||
subtitle: "Standard restaurant model",
|
||||
features: [
|
||||
"Dine-in service",
|
||||
"Full menu",
|
||||
"Growth focus",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "medium", badge: "Outlet", price: "₹20L+", subtitle: "Standard restaurant model", features: ["Dine-in service", "Full menu", "Growth focus"],
|
||||
buttons: [{ text: "Inquire", href: "#contact" }],
|
||||
},
|
||||
{
|
||||
id: "large",
|
||||
badge: "Flagship",
|
||||
price: "₹35L+",
|
||||
subtitle: "Premium large-format store",
|
||||
features: [
|
||||
"Full kitchen",
|
||||
"Max seating",
|
||||
"Premium location",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Inquire",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
id: "large", badge: "Flagship", price: "₹35L+", subtitle: "Premium large-format store", features: ["Full kitchen", "Max seating", "Premium location"],
|
||||
buttons: [{ text: "Inquire", href: "#contact" }],
|
||||
},
|
||||
]}
|
||||
title="Choose Your Franchise Model"
|
||||
@@ -267,26 +143,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Ankit Sharma, Franchise Partner"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-happy-young-indian-entrepr-1774852942451-2300c1d0.png",
|
||||
alt: "Ankit",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-confident-franchise-invest-1774852942437-ef18b5c0.png",
|
||||
alt: "Sarah",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-local-restaurant-owner-in--1774852943259-effec1dd.png",
|
||||
alt: "Rahul",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-successful-retail-owner-hi-1774852941817-232e7438.png",
|
||||
alt: "Priya",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-happy-young-indian-entrepr-1774852942451-2300c1d0.png",
|
||||
alt: "Deepak",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-happy-young-indian-entrepr-1774852942451-2300c1d0.png", alt: "Ankit" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-confident-franchise-invest-1774852942437-ef18b5c0.png", alt: "Sarah" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-local-restaurant-owner-in--1774852943259-effec1dd.png", alt: "Rahul" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-successful-retail-owner-hi-1774852941817-232e7438.png", alt: "Priya" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BecJAJlgRR8gRXQnvjlojYvAqQ/portrait-of-a-happy-young-indian-entrepr-1774852942451-2300c1d0.png", alt: "Deepak" },
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -298,26 +159,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long does setup take?",
|
||||
content: "Usually 30-45 days depending on the model and location.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What support do you provide?",
|
||||
content: "Training, marketing, supply chain, and operational support.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "What is the ROI expectation?",
|
||||
content: "ROI typically realized between 12-18 months.",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Can I have multiple stores?",
|
||||
content: "Yes, we encourage multi-unit franchising after the first store succeeds.",
|
||||
},
|
||||
{ id: "f1", title: "How long does setup take?", content: "Usually 30-45 days depending on the model and location." },
|
||||
{ id: "f2", title: "What support do you provide?", content: "Training, marketing, supply chain, and operational support." },
|
||||
{ id: "f3", title: "What is the ROI expectation?", content: "ROI typically realized between 12-18 months." },
|
||||
{ id: "f4", title: "Can I have multiple stores?", content: "Yes, we encourage multi-unit franchising after the first store succeeds." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have answers to help you start your business journey."
|
||||
@@ -328,16 +173,9 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Ready to launch your own profitable fried chicken business? Apply today and let's get started."
|
||||
buttons={[
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Apply Now", href: "#contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -345,29 +183,15 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Careers", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user