Merge version_1 into main #2
181
src/app/page.tsx
181
src/app/page.tsx
@@ -29,64 +29,44 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="ChaiCorporate"
|
||||
button={{
|
||||
text: "Get Started", href: "#contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="ચા નો સ્વાદ, ઘર જેવી લાગણી ☕❤️"
|
||||
description="Experience the authentic taste of Kathiyawad in every cup, delivered seamlessly to your corporate office. Elevate your team's energy with our premium daily beverage and snack service."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=1",
|
||||
imageAlt: "Steaming Chai Cup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", imageAlt: "Steaming Chai Cup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=2",
|
||||
imageAlt: "Corporate Office Coffee Service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", imageAlt: "Corporate Office Coffee Service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=3",
|
||||
imageAlt: "Premium Snack Selection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", imageAlt: "Premium Snack Selection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=4",
|
||||
imageAlt: "Team Tea Break",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", imageAlt: "Team Tea Break"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=5",
|
||||
imageAlt: "Beverage Delivery Tracking",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", imageAlt: "Beverage Delivery Tracking"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg?_wi=6",
|
||||
imageAlt: "Monthly Invoice Automated",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-alcoholic-beverage-cocktails_23-2148722560.jpg", imageAlt: "Monthly Invoice Automated"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -100,20 +80,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Employee Tracking",
|
||||
description: "Accurately track individual consumption per person with ease.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg?_wi=1",
|
||||
},
|
||||
title: "Employee Tracking", description: "Accurately track individual consumption per person with ease.", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg"},
|
||||
{
|
||||
title: "Automated Billing",
|
||||
description: "Generate daily, weekly, or monthly invoices automatically.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg?_wi=2",
|
||||
},
|
||||
title: "Automated Billing", description: "Generate daily, weekly, or monthly invoices automatically.", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg"},
|
||||
{
|
||||
title: "On-Demand Ordering",
|
||||
description: "Flexible subscription or on-demand ordering for every team size.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg?_wi=3",
|
||||
},
|
||||
title: "On-Demand Ordering", description: "Flexible subscription or on-demand ordering for every team size.", imageSrc: "http://img.b2bpic.net/free-vector/landing-page-template_23-2148026206.jpg"},
|
||||
]}
|
||||
title="The Perfect Office Perk"
|
||||
description="Streamlining your office refreshments with technology that feels like home."
|
||||
@@ -128,41 +99,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Signature",
|
||||
name: "Masala Chai",
|
||||
price: "₹10",
|
||||
rating: 5,
|
||||
reviewCount: "200+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", brand: "Signature", name: "Masala Chai", price: "₹10", rating: 5,
|
||||
reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Signature",
|
||||
name: "Strong Coffee",
|
||||
price: "₹15",
|
||||
rating: 5,
|
||||
reviewCount: "150+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg?_wi=2",
|
||||
},
|
||||
id: "p2", brand: "Signature", name: "Strong Coffee", price: "₹15", rating: 5,
|
||||
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Snack",
|
||||
name: "Crispy Biscuits",
|
||||
price: "₹20",
|
||||
rating: 4,
|
||||
reviewCount: "300+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg?_wi=3",
|
||||
},
|
||||
id: "p3", brand: "Snack", name: "Crispy Biscuits", price: "₹20", rating: 4,
|
||||
reviewCount: "300+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Snack",
|
||||
name: "Namkeen Mix",
|
||||
price: "₹25",
|
||||
rating: 5,
|
||||
reviewCount: "500+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg?_wi=4",
|
||||
},
|
||||
id: "p4", brand: "Snack", name: "Namkeen Mix", price: "₹25", rating: 5,
|
||||
reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/businessman-posing-cafe_1157-45722.jpg"},
|
||||
]}
|
||||
title="Daily Refreshments"
|
||||
description="Quality beverages and snacks, delivered fresh to your desk."
|
||||
@@ -176,59 +123,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Office Admin",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310877.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "Office Admin", company: "TechCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310877.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "HR Lead",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-using-smartphone-lobby_1262-5625.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "HR Lead", company: "InnovateLab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-using-smartphone-lobby_1262-5625.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Manager",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-man-puts-hand-chest-holding-cup-isolated-orange-wall_141793-68576.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Manager", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-man-puts-hand-chest-holding-cup-isolated-orange-wall_141793-68576.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Ops Lead",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-chilling-out-with-coffee-cafe_53876-22942.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Ops Lead", company: "StartupXYZ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-chilling-out-with-coffee-cafe_53876-22942.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Priya Sharma",
|
||||
role: "Project Manager",
|
||||
company: "CreativeOps",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310877.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "Priya Sharma", role: "Project Manager", company: "CreativeOps", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310877.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100+",
|
||||
label: "Offices Served",
|
||||
},
|
||||
value: "100+", label: "Offices Served"},
|
||||
{
|
||||
value: "5k+",
|
||||
label: "Daily Cups",
|
||||
},
|
||||
value: "5k+", label: "Daily Cups"},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Satisfaction",
|
||||
},
|
||||
value: "99%", label: "Satisfaction"},
|
||||
]}
|
||||
title="Loved by Professionals"
|
||||
description="See why top corporate teams prefer our services."
|
||||
@@ -239,8 +155,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Ready to brew happiness?"
|
||||
description="Get in touch for a demo or to start your office subscription today."
|
||||
buttonText="Subscribe Now"
|
||||
@@ -254,25 +169,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Features",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Features", href: "#features"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
label: "Support", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user