Update src/app/pricing/page.tsx
This commit is contained in:
@@ -2,12 +2,12 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Award, Sparkles, Star } from "lucide-react";
|
||||
import { Sparkles, Star, Award } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,33 +28,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Portfolio",
|
||||
id: "/portfolio",
|
||||
},
|
||||
name: "Portfolio", id: "/portfolio"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
name: "Blog", id: "/blog"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "/pricing",
|
||||
},
|
||||
name: "Pricing", id: "/pricing"},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
logoAlt="By Barirah Logo"
|
||||
brandName="By Barirah"
|
||||
@@ -68,9 +54,7 @@ export default function LandingPage() {
|
||||
title="Flexible Pricing Plans Designed for Your Growth"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Custom Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Custom Quote", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,68 +66,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter-website",
|
||||
badge: "Popular",
|
||||
badgeIcon: Sparkles,
|
||||
price: "$2,500",
|
||||
name: "Starter Website Package",
|
||||
buttons: [
|
||||
id: "starter-website", badge: "Popular", badgeIcon: Sparkles,
|
||||
price: "$2,500", name: "Starter Website Package", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get Started", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"5-Page Custom Website",
|
||||
"Mobile Responsive Design",
|
||||
"Basic SEO Setup",
|
||||
"1-Month Content Support",
|
||||
"Standard Hosting Setup",
|
||||
],
|
||||
},
|
||||
features: ["5-Page Custom Website", "Mobile Responsive Design", "Basic SEO Setup", "1-Month Content Support", "Standard Hosting Setup"]},
|
||||
{
|
||||
id: "business-website",
|
||||
badge: "Best Value",
|
||||
badgeIcon: Star,
|
||||
price: "$5,000",
|
||||
name: "Business Website Package",
|
||||
buttons: [
|
||||
id: "business-website", badge: "Best Value", badgeIcon: Star,
|
||||
price: "$5,000", name: "Business Website Package", buttons: [
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Order Now", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"10-Page Custom Website",
|
||||
"Advanced SEO Optimization",
|
||||
"E-commerce Integration (Basic)",
|
||||
"3-Months Content Support",
|
||||
"Premium Hosting Setup",
|
||||
"Analytics & Reporting",
|
||||
],
|
||||
},
|
||||
features: ["10-Page Custom Website", "Advanced SEO Optimization", "E-commerce Integration (Basic)", "3-Months Content Support", "Premium Hosting Setup", "Analytics & Reporting"]},
|
||||
{
|
||||
id: "premium-digital",
|
||||
badge: "Enterprise",
|
||||
badgeIcon: Award,
|
||||
price: "Custom",
|
||||
name: "Premium Digital Growth",
|
||||
buttons: [
|
||||
id: "premium-digital", badge: "Enterprise", badgeIcon: Award,
|
||||
price: "Custom", name: "Premium Digital Growth", buttons: [
|
||||
{
|
||||
text: "Contact for Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact for Quote", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Unlimited Pages & Features",
|
||||
"Comprehensive SEO Strategy",
|
||||
"Full E-commerce Solutions",
|
||||
"Dedicated Content Team",
|
||||
"Managed Hosting & Security",
|
||||
"Advanced Digital Marketing",
|
||||
"Priority Support",
|
||||
],
|
||||
},
|
||||
features: ["Unlimited Pages & Features", "Comprehensive SEO Strategy", "Full E-commerce Solutions", "Dedicated Content Team", "Managed Hosting & Security", "Advanced Digital Marketing", "Priority Support"]},
|
||||
]}
|
||||
title="Simple Pricing, Powerful Results"
|
||||
description="Whether you're a startup or an established brand, we have a plan to accelerate your digital journey with clear deliverables."
|
||||
@@ -156,20 +98,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "pfaq1",
|
||||
title: "Are there any hidden fees?",
|
||||
content: "No, our pricing is transparent. All costs are outlined in your custom proposal. Any additional work will be discussed and approved beforehand.",
|
||||
},
|
||||
id: "pfaq1", title: "Are there any hidden fees?", content: "No, our pricing is transparent. All costs are outlined in your custom proposal. Any additional work will be discussed and approved beforehand."},
|
||||
{
|
||||
id: "pfaq2",
|
||||
title: "Do you offer payment plans?",
|
||||
content: "Yes, we understand cash flow is important for businesses. We offer flexible payment plans, typically involving an upfront deposit and milestone payments.",
|
||||
},
|
||||
id: "pfaq2", title: "Do you offer payment plans?", content: "Yes, we understand cash flow is important for businesses. We offer flexible payment plans, typically involving an upfront deposit and milestone payments."},
|
||||
{
|
||||
id: "pfaq3",
|
||||
title: "Can I upgrade or downgrade my plan?",
|
||||
content: "You can upgrade your plan at any time. Downgrade options depend on the project stage and services rendered, please contact us to discuss.",
|
||||
},
|
||||
id: "pfaq3", title: "Can I upgrade or downgrade my plan?", content: "You can upgrade your plan at any time. Downgrade options depend on the project stage and services rendered, please contact us to discuss."},
|
||||
]}
|
||||
sideTitle="Pricing & Plans FAQs"
|
||||
sideDescription="Have questions about our investment structures, payment terms, or what's included in each package? We've got answers."
|
||||
@@ -182,13 +115,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="By Barirah"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user