Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-06-02 19:51:48 +00:00
2 changed files with 42 additions and 159 deletions

View File

@@ -2,10 +2,10 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import TextAbout from '@/components/sections/about/TextAbout';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
import TextAbout from '@/components/sections/about/TextAbout';
export default function LandingPage() {
return (
@@ -26,33 +26,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"
@@ -66,9 +52,7 @@ export default function LandingPage() {
title="By Barirah: Building Digital Legacies with Passion & Expertise"
buttons={[
{
text: "Meet Our Team",
href: "/about#team-section",
},
text: "Meet Our Team", href: "/about#team-section"},
]}
/>
</div>
@@ -80,37 +64,11 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "leadership",
groupTitle: "Leadership",
members: [
id: "leadership", groupTitle: "Leadership", members: [
{
id: "member-barirah",
title: "Barirah M.",
subtitle: "Founder & Lead Strategist",
detail: "Barirah leads our vision, ensuring every project aligns with our clients' goals and delivers transformative digital growth.",
imageSrc: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg",
imageAlt: "Barirah M.",
},
{
id: "member-lead-dev",
title: "Liam K.",
subtitle: "Lead Web Developer",
detail: "With a keen eye for detail and cutting-edge coding skills, Liam brings complex web visions to life with precision.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-asian-businessman-businesswoman-meeting-brainstorming-some-new-ideas-about-project_7861-2781.jpg",
imageAlt: "Liam K.",
},
{
id: "member-marketing-manager",
title: "Sophia L.",
subtitle: "Digital Marketing Manager",
detail: "Sophia crafts data-driven marketing strategies that amplify brand messages and connect with target audiences effectively.",
imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg",
imageAlt: "Sophia L.",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/joyous-coworkers-having-fun-vibrant-office-while-reviewing-financial-graphs_482257-126650.jpg?_wi=3",
imageAlt: "female founder headshot modern office",
},
id: "member-barirah", title: "Barirah M.", subtitle: "Founder & Lead Strategist", detail: "Barirah leads our vision, ensuring every project aligns with our clients' goals and delivers transformative digital growth.", imageSrc: "http://img.b2bpic.net/free-photo/video-editor-worker-standing-front-camera-smiling-working-creative-agency-office-holding-la_482257-3426.jpg", imageAlt: "Barirah M."}, {
id: "member-lead-dev", title: "Liam K.", subtitle: "Lead Web Developer", detail: "With a keen eye for detail and cutting-edge coding skills, Liam brings complex web visions to life with precision.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-asian-businessman-businesswoman-meeting-brainstorming-some-new-ideas-about-project_7861-2781.jpg", imageAlt: "Liam K."}, {
id: "member-marketing-manager", title: "Sophia L.", subtitle: "Digital Marketing Manager", detail: "Sophia crafts data-driven marketing strategies that amplify brand messages and connect with target audiences effectively.", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe_1098-13701.jpg", imageAlt: "Sophia L."}]},
]}
title="Meet The Visionaries Behind By Barirah"
description="Our team of dedicated professionals combines creativity, technical prowess, and strategic insight to deliver exceptional results and innovative digital solutions for our clients."
@@ -122,13 +80,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>

View File

@@ -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>