Merge version_1 into main #2
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -25,34 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="YOR"
|
||||
/>
|
||||
@@ -65,6 +41,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Mission"
|
||||
description="To empower Indian SMBs."
|
||||
features={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,55 +52,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Growth"
|
||||
description="Built by a passionate team."
|
||||
metrics={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
{
|
||||
label: "AI Receptionist",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "AI Support",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "/terms",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "/privacy",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Pricing", href: "/pricing" }] },
|
||||
{ title: "Products", items: [{ label: "AI Receptionist", href: "/services" }, { label: "AI Support", href: "/services" }] },
|
||||
{ title: "Legal", items: [{ label: "Terms", href: "/terms" }, { label: "Privacy", href: "/privacy" }] },
|
||||
]}
|
||||
logoText="YOR"
|
||||
copyrightText="© 2026 | YOR. Built with love for Indian businesses."
|
||||
@@ -132,4 +70,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ContactPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -25,34 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="YOR"
|
||||
/>
|
||||
@@ -61,18 +37,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="GET STARTED"
|
||||
title="Ready to launch?"
|
||||
description="Get a free consultation today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Contact Us", href: "/contact" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -83,55 +52,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Let's Talk"
|
||||
description="We are available 24/7."
|
||||
features={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
{
|
||||
label: "AI Receptionist",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "AI Support",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "/terms",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "/privacy",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Pricing", href: "/pricing" }] },
|
||||
{ title: "Products", items: [{ label: "AI Receptionist", href: "/services" }, { label: "AI Support", href: "/services" }] },
|
||||
{ title: "Legal", items: [{ label: "Terms", href: "/terms" }, { label: "Privacy", href: "/privacy" }] },
|
||||
]}
|
||||
logoText="YOR"
|
||||
copyrightText="© 2026 | YOR. Built with love for Indian businesses."
|
||||
@@ -140,4 +70,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
296
src/app/page.tsx
296
src/app/page.tsx
@@ -9,7 +9,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import { BarChart, Zap } from "lucide-react";
|
||||
import { BarChart, Zap, Bot, Languages } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,34 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="YOR"
|
||||
/>
|
||||
@@ -64,70 +40,32 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="India Has a New Power."
|
||||
description="World-class websites. AI tools that never stop working. At 1/10th of the cost. 500+ Indian businesses trust YOR."
|
||||
tag="THE WEB HAS A NEW STANDARD"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "See Packages",
|
||||
href: "#pricing",
|
||||
},
|
||||
{
|
||||
text: "Talk to Us on WhatsApp",
|
||||
href: "https://wa.me/910000000000",
|
||||
},
|
||||
{ text: "See Packages", href: "#pricing" },
|
||||
{ text: "Talk to Us on WhatsApp", href: "https://wa.me/910000000000" },
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-ty13afuy.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-ty13afuy.png"
|
||||
imageAlt="YOR Brand Logo"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-34yr502h.png",
|
||||
alt: "Client 1",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-ty13afuy.png",
|
||||
alt: "Client 2",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-34yr502h.png",
|
||||
alt: "Client 3",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-ty13afuy.png",
|
||||
alt: "Client 4",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-34yr502h.png",
|
||||
alt: "Client 5",
|
||||
},
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-34yr502h.png", alt: "Client 1" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-ty13afuy.png", alt: "Client 2" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-34yr502h.png", alt: "Client 3" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-ty13afuy.png", alt: "Client 4" },
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-34yr502h.png", alt: "Client 5" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ Indian Businesses"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Ultra-Fast Performance",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "AI Integration",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "SEO Optimized",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Mobile First",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Support",
|
||||
},
|
||||
{ type: "text", text: "Ultra-Fast Performance" },
|
||||
{ type: "text", text: "AI Integration" },
|
||||
{ type: "text", text: "SEO Optimized" },
|
||||
{ type: "text", text: "Mobile First" },
|
||||
{ type: "text", text: "24/7 Support" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -139,58 +77,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "essential",
|
||||
name: "THE ESSENTIAL",
|
||||
price: "₹999",
|
||||
badge: "STARTER",
|
||||
features: [
|
||||
"Up to 3 pages",
|
||||
"Mobile-friendly",
|
||||
"Contact form",
|
||||
"Fast loading",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Essential",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
id: "essential", name: "THE ESSENTIAL", price: "₹999", badge: "STARTER", features: ["Up to 3 pages", "Mobile-friendly", "Contact form", "Fast loading"],
|
||||
buttons: [{ text: "Get Essential", href: "/contact" }],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
name: "THE PROFESSIONAL",
|
||||
price: "₹4,999",
|
||||
badge: "MOST VALUE",
|
||||
features: [
|
||||
"Up to 7 pages",
|
||||
"Custom design",
|
||||
"SEO setup",
|
||||
"Lead capture forms",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Get Professional",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
id: "pro", name: "THE PROFESSIONAL", price: "₹4,999", badge: "MOST VALUE", features: ["Up to 7 pages", "Custom design", "SEO setup", "Lead capture forms"],
|
||||
buttons: [{ text: "Get Professional", href: "/contact" }],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
name: "THE ELITE",
|
||||
price: "₹9,999",
|
||||
badge: "BEST CHOICE",
|
||||
features: [
|
||||
"Unlimited pages",
|
||||
"Fully custom",
|
||||
"Advanced effects",
|
||||
"Priority support",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Claim Your Spot",
|
||||
href: "/contact",
|
||||
},
|
||||
],
|
||||
id: "elite", name: "THE ELITE", price: "₹9,999", badge: "BEST CHOICE", features: ["Unlimited pages", "Fully custom", "Advanced effects", "Priority support"],
|
||||
buttons: [{ text: "Claim Your Spot", href: "/contact" }],
|
||||
},
|
||||
]}
|
||||
title="Three Packages. One Goal."
|
||||
@@ -206,33 +102,9 @@ export default function LandingPage() {
|
||||
title="Numbers That Speak"
|
||||
description="We don't just build sites; we deliver results that scale your business."
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
title: "Successful Launches",
|
||||
items: [
|
||||
"Across 15 states",
|
||||
"Diverse industries",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99.9%",
|
||||
title: "Uptime Guarantee",
|
||||
items: [
|
||||
"Enterprise hosting",
|
||||
"Cloud-native",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "10x",
|
||||
title: "Conversion Lift",
|
||||
items: [
|
||||
"A/B tested designs",
|
||||
"Optimized funnels",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "500+", title: "Successful Launches", items: ["Across 15 states", "Diverse industries"] },
|
||||
{ id: "m2", value: "99.9%", title: "Uptime Guarantee", items: ["Enterprise hosting", "Cloud-native"] },
|
||||
{ id: "m3", value: "10x", title: "Conversion Lift", items: ["A/B tested designs", "Optimized funnels"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -246,48 +118,14 @@ export default function LandingPage() {
|
||||
description="Built for the Indian digital ecosystem."
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "AI Receptionist",
|
||||
description: "Let AI handle your customer queries.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-34yr502h.png?_wi=1",
|
||||
imageAlt: "AI Tool",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Bot,
|
||||
text: "24/7 Response",
|
||||
},
|
||||
{
|
||||
icon: Languages,
|
||||
text: "Multilingual",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-34yr502h.png?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
id: "f1", title: "AI Receptionist", description: "Let AI handle your customer queries.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-34yr502h.png", imageAlt: "AI Tool" },
|
||||
items: [{ icon: Bot, text: "24/7 Response" }, { icon: Languages, text: "Multilingual" }],
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Smart Analytics",
|
||||
description: "Understand your traffic with ease.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-ty13afuy.png?_wi=2",
|
||||
imageAlt: "Dashboard",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: BarChart,
|
||||
text: "Real-time data",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
text: "Instant insights",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-ty13afuy.png?_wi=3",
|
||||
imageAlt: "User provided image",
|
||||
id: "f2", title: "Smart Analytics", description: "Understand your traffic with ease.", media: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqFHT9Tly8yvrdynWrTqvFgCDi/uploaded-1775200998322-ty13afuy.png", imageAlt: "Dashboard" },
|
||||
items: [{ icon: BarChart, text: "Real-time data" }, { icon: Zap, text: "Instant insights" }],
|
||||
reverse: true
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -299,21 +137,9 @@ export default function LandingPage() {
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Everything you need to know about our process."
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How long does it take?",
|
||||
content: "Most projects are completed within 7-14 days.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you provide maintenance?",
|
||||
content: "Yes, we offer ongoing support and hosting packages.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I edit the site?",
|
||||
content: "We provide an intuitive dashboard for all our clients.",
|
||||
},
|
||||
{ id: "q1", title: "How long does it take?", content: "Most projects are completed within 7-14 days." },
|
||||
{ id: "q2", title: "Do you provide maintenance?", content: "Yes, we offer ongoing support and hosting packages." },
|
||||
{ id: "q3", title: "Can I edit the site?", content: "We provide an intuitive dashboard for all our clients." },
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -322,49 +148,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
{
|
||||
label: "AI Receptionist",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "AI Support",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "/terms",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "/privacy",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Pricing", href: "/pricing" }] },
|
||||
{ title: "Products", items: [{ label: "AI Receptionist", href: "/services" }, { label: "AI Support", href: "/services" }] },
|
||||
{ title: "Legal", items: [{ label: "Terms", href: "/terms" }, { label: "Privacy", href: "/privacy" }] },
|
||||
]}
|
||||
logoText="YOR"
|
||||
copyrightText="© 2026 | YOR. Built with love for Indian businesses."
|
||||
@@ -373,4 +159,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function PricingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -25,34 +25,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
]}
|
||||
brandName="YOR"
|
||||
/>
|
||||
@@ -65,6 +41,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Select a Plan"
|
||||
description="Flexible options for every budget."
|
||||
plans={[]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -72,55 +49,17 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
sideTitle="Pricing FAQ"
|
||||
faqs={[]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "/pricing",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
{
|
||||
label: "AI Receptionist",
|
||||
href: "/services",
|
||||
},
|
||||
{
|
||||
label: "AI Support",
|
||||
href: "/services",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "/terms",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "/privacy",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Quick Links", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }, { label: "Pricing", href: "/pricing" }] },
|
||||
{ title: "Products", items: [{ label: "AI Receptionist", href: "/services" }, { label: "AI Support", href: "/services" }] },
|
||||
{ title: "Legal", items: [{ label: "Terms", href: "/terms" }, { label: "Privacy", href: "/privacy" }] },
|
||||
]}
|
||||
logoText="YOR"
|
||||
copyrightText="© 2026 | YOR. Built with love for Indian businesses."
|
||||
@@ -129,4 +68,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user