Update src/app/page.tsx
This commit is contained in:
169
src/app/page.tsx
169
src/app/page.tsx
@@ -3,17 +3,16 @@
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
|
||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
|
||||
import TeamCardFive from "@/components/sections/team/TeamCardFive";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen";
|
||||
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
|
||||
import HeroCentered from "@/components/sections/hero/HeroCentered";
|
||||
import FeatureCardTwentyNine from "@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine";
|
||||
import ProductCardThree from "@/components/sections/product/ProductCardThree";
|
||||
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
||||
import TeamCardSix from "@/components/sections/team/TeamCardSix";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import ContactSplit from "@/components/sections/contact/ContactSplit";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo";
|
||||
import { Sparkles, Search, Award, Users, TrendingUp } from "lucide-react";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
return (
|
||||
@@ -40,145 +39,81 @@ export default function WebAgency2Page() {
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
<HeroSplitDoubleCarousel
|
||||
<HeroCentered
|
||||
title="We Build Digital Experiences at WebOrgin"
|
||||
description="Stop just building websites. We engineer high-performance digital platforms at WebOrgin, designed specifically to accelerate your revenue growth and dominate your market."
|
||||
tag="Award-Winning Agency"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/glowing-green-checkmark-success-symbol-dark-cosmic-background_84443-91492.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104516.jpg", alt: "User 2" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Start Project", href: "#contact" },
|
||||
{ text: "View Work", href: "#work" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
carouselPosition="right"
|
||||
leftCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/glowing-green-checkmark-success-symbol-dark-cosmic-background_84443-91492.jpg", imageAlt: "UI UX Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104516.jpg", imageAlt: "UI UX Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tablet-near-nice-decorative-cosmetics_23-2147742653.jpg", imageAlt: "UI UX Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/e-learing-distance-education-icons-interface_53876-124201.jpg", imageAlt: "UI UX Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/leisure-calm-peace-relaxation-resting-serenity_53876-13860.jpg", imageAlt: "UI UX Design" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/login-box-username-password-inputs-virtual-digital-display_169016-40044.jpg", imageAlt: "UI UX Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/scientists-conduct-visual-data-tests-using-chroma-key-smartphone_482257-126579.jpg", imageAlt: "UI UX Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/person-working-animation-porject_23-2149269877.jpg", imageAlt: "UI UX Design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/professional-person-engaging-with-ai-chatbot-computer-screen_482257-126263.jpg", imageAlt: "UI UX Design" },
|
||||
]}
|
||||
carouselItemClassName="!aspect-[4/5]"
|
||||
/>
|
||||
<FeatureBento
|
||||
<FeatureCardTwentyNine
|
||||
title="Our WebOrgin Services"
|
||||
description="We offer a full suite of digital services to help your brand stand out online."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
buttons={[{ text: "All Services", href: "#services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
gridVariant="bento-grid"
|
||||
animationType="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
title: "SEO", description: "WebOrgin optimizes your website to rank higher on search engines and drive organic traffic.", bentoComponent: "marquee", centerIcon: Search,
|
||||
variant: "text", texts: ["Growth", "Visibility", "Performance", "Strategy", "Rankings", "Analytics", "Traffic", "Success"],
|
||||
},
|
||||
{
|
||||
title: "Web Development", description: "Custom-built, scalable websites designed for performance.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/structured-building-construction-design-plan-concept_53876-132321.jpg", imageAlt: "Web development project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-halftone-technology-landing-page_23-2149084807.jpg", imageAlt: "Web development project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofers-working-with-helmets_23-2149343708.jpg", imageAlt: "Web development project" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Brand Strategy", description: "Build a memorable brand identity that resonates with your market.", bentoComponent: "media-stack", items: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg", imageAlt: "Brand project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-designing-websites_23-2149930944.jpg", imageAlt: "Brand project" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-outfit-posing-white-studio-background_89887-1469.jpg", imageAlt: "Brand project" },
|
||||
],
|
||||
},
|
||||
{ title: "SEO", description: "High-performance rankings", imageSrc: "http://img.b2bpic.net/free-photo/glowing-green-checkmark-success-symbol-dark-cosmic-background_84443-91492.jpg", titleImageSrc: "", buttonText: "Learn More" },
|
||||
{ title: "Web Development", description: "Scalable architecture", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104516.jpg", titleImageSrc: "", buttonText: "Learn More" },
|
||||
{ title: "Brand Strategy", description: "Memorable identity", imageSrc: "http://img.b2bpic.net/free-photo/tablet-near-nice-decorative-cosmetics_23-2147742653.jpg", titleImageSrc: "", buttonText: "Learn More" }
|
||||
]}
|
||||
/>
|
||||
<FeatureCardTwentySix
|
||||
title="Projects Crafted by WebOrgin"
|
||||
description="A selection of projects we've crafted for clients across diverse industries."
|
||||
<TestimonialCardTwo
|
||||
title="Client Success"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "View All Work", href: "#work" }]}
|
||||
buttonAnimation="slide-up"
|
||||
cardClassName="!h-auto aspect-video"
|
||||
features={[
|
||||
{ title: "Digital Revamp", description: "Modern e-commerce platform", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104479.jpg", imageAlt: "Project 1", buttonIcon: ArrowUpRight },
|
||||
{ title: "Brand Identity", description: "Bespoke corporate identity", imageSrc: "http://img.b2bpic.net/free-photo/business-professional-holding-blank-white-business-card_9975-133092.jpg", imageAlt: "Project 2", buttonIcon: ArrowUpRight },
|
||||
{ title: "SaaS Portal", description: "High-performance software", imageSrc: "http://img.b2bpic.net/free-vector/technology-isometric-landing-page_23-2148375404.jpg", imageAlt: "Project 3", buttonIcon: ArrowUpRight },
|
||||
{ title: "UX Research", description: "User-centered web design", imageSrc: "http://img.b2bpic.net/free-photo/design-html-web-design-template-concept_53876-133658.jpg", imageAlt: "Project 4", buttonIcon: ArrowUpRight },
|
||||
{ title: "Market Expansion", description: "Strategy and design", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-stairs-warm-light-home-office_169016-69174.jpg", imageAlt: "Project 5", buttonIcon: ArrowUpRight },
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Creative Director", role: "Industry Leader", testimonial: "WebOrgin completely transformed our online presence. The team delivered a stunning website that exceeded our expectations." }
|
||||
]}
|
||||
/>
|
||||
<TestimonialCardFifteen
|
||||
testimonial="WebOrgin completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and significantly impacted our growth."
|
||||
rating={5}
|
||||
author="— Creative Director, Industry Leader"
|
||||
avatars={[{ src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2580.jpg", alt: "Client" }]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<MetricCardOne
|
||||
title="Trusted Results by WebOrgin"
|
||||
description="Years of experience building digital products that drive real ROI."
|
||||
<MetricCardEleven
|
||||
title="Trusted Results"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{ id: "p1", value: "150+", title: "Projects", description: "Delivered with precision", icon: Award },
|
||||
{ id: "p2", value: "98%", title: "Satisfaction", description: "Client success rate", icon: Users },
|
||||
{ id: "p3", value: "10+", title: "Years", description: "Of digital mastery", icon: TrendingUp },
|
||||
{ id: "p1", value: "150+", title: "Projects", description: "Delivered with precision", imageSrc: "http://img.b2bpic.net/free-photo/glowing-green-checkmark-success-symbol-dark-cosmic-background_84443-91492.jpg" },
|
||||
{ id: "p2", value: "98%", title: "Satisfaction", description: "Client success rate", imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104516.jpg" },
|
||||
{ id: "p3", value: "10+", title: "Years", description: "Of digital mastery", imageSrc: "http://img.b2bpic.net/free-photo/tablet-near-nice-decorative-cosmetics_23-2147742653.jpg" }
|
||||
]}
|
||||
/>
|
||||
<TeamCardFive
|
||||
title="The WebOrgin Experts"
|
||||
description="The creative minds and technical wizards behind every project."
|
||||
<TeamCardSix
|
||||
title="The Experts"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
team={[
|
||||
{ id: "t1", name: "Alex Rivers", role: "Lead Developer", imageSrc: "http://img.b2bpic.net/free-photo/gamer-streaming-greeting-audience-preparing-showcase-gameplay_482257-103544.jpg", imageAlt: "Alex" },
|
||||
{ id: "t2", name: "Elena Vane", role: "Design Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg", imageAlt: "Elena" },
|
||||
{ id: "t3", name: "Marcus Thorne", role: "Brand Strategist", imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877353.jpg", imageAlt: "Marcus" },
|
||||
members={[
|
||||
{ id: "t1", name: "Alex Rivers", role: "Lead Developer", imageSrc: "http://img.b2bpic.net/free-photo/gamer-streaming-greeting-audience-preparing-showcase-gameplay_482257-103544.jpg" },
|
||||
{ id: "t2", name: "Elena Vane", role: "Design Lead", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg" },
|
||||
{ id: "t3", name: "Marcus Thorne", role: "Brand Strategist", imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877353.jpg" }
|
||||
]}
|
||||
/>
|
||||
<FaqBase
|
||||
<FaqSplitMedia
|
||||
title="Frequently Asked Questions"
|
||||
description="Learn more about partnering with the WebOrgin team."
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{ id: "f1", title: "What makes WebOrgin different?", content: "We focus on high-performance architecture combined with creative storytelling that scales businesses." },
|
||||
{ id: "f2", title: "How do we begin a project?", content: "Contact us through our form, and our strategy team will arrange a consultation." },
|
||||
{ id: "f3", title: "Do you provide support?", content: "Yes, we offer ongoing maintenance and strategic growth support for all our clients." },
|
||||
{ id: "f1", title: "What makes WebOrgin different?", content: "We focus on high-performance architecture." },
|
||||
{ id: "f2", title: "How do we begin a project?", content: "Contact us through our form." },
|
||||
{ id: "f3", title: "Do you provide support?", content: "Yes, we offer ongoing maintenance." },
|
||||
]}
|
||||
/>
|
||||
<ContactCTA
|
||||
tag="Partner with Us"
|
||||
title="Let's Build with WebOrgin"
|
||||
description="Ready to elevate your digital footprint? Reach out to our team today."
|
||||
<ContactSplit
|
||||
title="Let's Build"
|
||||
description="Ready to elevate your digital footprint?"
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
buttons={[
|
||||
{ text: "Discuss Project", href: "#contact" },
|
||||
{ text: "View Showcase", href: "#work" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
/>
|
||||
<FooterBase
|
||||
<FooterLogoReveal
|
||||
logoText="WebOrgin"
|
||||
copyrightText="© 2026 | WebOrgin"
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }, { label: "Work", href: "#work" }] },
|
||||
{ title: "Services", items: [{ label: "Strategy", href: "#" }, { label: "Development", href: "#" }, { label: "Design", href: "#" }] },
|
||||
{ title: "Connect", items: [{ label: "LinkedIn", href: "#" }, { label: "X", href: "#" }, { label: "Dribbble", href: "#" }] },
|
||||
]}
|
||||
leftLink={{ text: "Privacy", href: "#" }}
|
||||
rightLink={{ text: "Terms", href: "#" }}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user