10 Commits

Author SHA1 Message Date
bc40800d08 Update src/app/page.tsx 2026-05-10 20:27:00 +00:00
f29b772e9a Update src/app/page.tsx 2026-05-10 20:26:36 +00:00
64d298ccfd Update src/app/page.tsx 2026-05-10 20:26:02 +00:00
aca66364d9 Update src/app/page.tsx 2026-05-10 20:25:28 +00:00
dc4d944e22 Update src/app/page.tsx 2026-05-10 20:24:56 +00:00
4699f2dd5a Update src/app/page.tsx 2026-05-10 20:24:25 +00:00
101fce6627 Update src/app/styles/base.css 2026-05-10 20:23:55 +00:00
1eea8be8bd Update src/app/page.tsx 2026-05-10 20:23:55 +00:00
97b8ac5c38 Update src/app/layout.tsx 2026-05-10 20:23:54 +00:00
a4e5243a1d Merge version_2 into main
Merge version_2 into main
2026-05-10 20:19:23 +00:00
3 changed files with 183 additions and 174 deletions

View File

@@ -6,20 +6,19 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper"; import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { title: 'WebOrgin | Premium Digital Agency & Web Development Services', description: 'WebOrgin delivers high-performance web solutions and digital strategies tailored to scale your business. Elevate your online presence with our expert team.' }; export const metadata: Metadata = { title: 'WebOrgin | Premium Digital Agency & Web Development Services', description: 'WebOrgin delivers high-performance web solutions and digital strategies tailored to scale your business. Elevate your online presence with our expert team.' };
const montserrat = Montserrat({
variable: "--font-montserrat", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
export default function RootLayout({ export default function RootLayout({
children, children,
}: Readonly<{ }: Readonly<{
@@ -28,9 +27,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body <body className={`${montserrat.variable} ${inter.variable} antialiased`}>
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -5,15 +5,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; import TeamCardOne from "@/components/sections/team/TeamCardOne";
import TeamCardFive from "@/components/sections/team/TeamCardFive"; import FaqDouble from "@/components/sections/faq/FaqDouble";
import FaqBase from "@/components/sections/faq/FaqBase"; import ContactSplit from "@/components/sections/contact/ContactSplit";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterSimple from "@/components/sections/footer/FooterSimple";
import FooterBase from "@/components/sections/footer/FooterBase"; import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import { Sparkles, Search, ArrowUpRight, Award, Users, TrendingUp, MessageCircle } from "lucide-react";
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users } from "lucide-react";
export default function WebAgency2Page() { export default function WebAgency2Page() {
return ( return (
@@ -25,13 +24,25 @@ export default function WebAgency2Page() {
sizing="medium" sizing="medium"
background="none" background="none"
cardStyle="glass-elevated" cardStyle="glass-elevated"
primaryButtonStyle="metallic" primaryButtonStyle="gradient"
secondaryButtonStyle="glass" secondaryButtonStyle="glass"
headingFontWeight="medium" headingFontWeight="medium"
> >
<ReactLenis root> <ReactLenis root>
<div className="fixed bottom-6 right-6 z-50">
<a
href="https://wa.me/917906713091?text=Hey%20WebOrigin%2C%20I%20want%20a%20fresh%20look%20for%20my%20business"
target="_blank"
rel="noopener noreferrer"
className="flex items-center gap-2 bg-green-500 text-white p-4 rounded-full shadow-lg hover:scale-105 transition-transform"
>
<MessageCircle size={24} />
</a>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="WebOrgin" brandName="WebOrigin"
navItems={[ navItems={[
{ name: "Work", id: "work" }, { name: "Work", id: "work" },
{ name: "Services", id: "services" }, { name: "Services", id: "services" },
@@ -40,9 +51,12 @@ export default function WebAgency2Page() {
]} ]}
button={{ text: "Get Started", href: "#contact" }} button={{ text: "Get Started", href: "#contact" }}
/> />
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
title="We Build Digital Experiences at WebOrgin" title="We Engineer Digital Growth at WebOrigin"
description="Stop just building websites. We engineer high-performance digital platforms at WebOrgin, designed specifically to accelerate your revenue growth and dominate your market." description="Go beyond standard web design. We build high-performance, conversion-focused digital ecosystems engineered to deliver measurable revenue growth and market dominance for your business."
tag="Award-Winning Agency" tag="Award-Winning Agency"
tagIcon={Sparkles} tagIcon={Sparkles}
tagAnimation="slide-up" tagAnimation="slide-up"
@@ -52,24 +66,28 @@ export default function WebAgency2Page() {
{ text: "View Work", href: "#work" }, { text: "View Work", href: "#work" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
carouselPosition="right"
leftCarouselItems={[ 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/glowing-green-checkmark-success-symbol-dark-cosmic-background_84443-91492.jpg?_wi=1", 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/representations-user-experience-interface-design_23-2150104516.jpg?_wi=1", 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/tablet-near-nice-decorative-cosmetics_23-2147742653.jpg?_wi=1", 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/e-learing-distance-education-icons-interface_53876-124201.jpg?_wi=1", imageAlt: "UI UX Design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/leisure-calm-peace-relaxation-resting-serenity_53876-13860.jpg", imageAlt: "UI UX Design" }, { imageSrc: "http://img.b2bpic.net/free-photo/leisure-calm-peace-relaxation-resting-serenity_53876-13860.jpg?_wi=1", imageAlt: "UI UX Design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/login-box-username-password-inputs-virtual-digital-display_169016-40044.jpg?_wi=1", imageAlt: "UI UX Design" },
]} ]}
rightCarouselItems={[ 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/glowing-green-checkmark-success-symbol-dark-cosmic-background_84443-91492.jpg?_wi=2", 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/representations-user-experience-interface-design_23-2150104516.jpg?_wi=2", 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/tablet-near-nice-decorative-cosmetics_23-2147742653.jpg?_wi=2", 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" }, { imageSrc: "http://img.b2bpic.net/free-photo/e-learing-distance-education-icons-interface_53876-124201.jpg?_wi=2", imageAlt: "UI UX Design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/leisure-calm-peace-relaxation-resting-serenity_53876-13860.jpg?_wi=2", imageAlt: "UI UX Design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/login-box-username-password-inputs-virtual-digital-display_169016-40044.jpg?_wi=2", imageAlt: "UI UX Design" },
]} ]}
carouselItemClassName="!aspect-[4/5]"
/> />
</div>
<div id="services" data-section="services">
<FeatureBento <FeatureBento
title="Our WebOrgin Services" title="Our WebOrigin Services"
description="We offer a full suite of digital services to help your brand stand out online." description="We offer a full suite of digital services to help your brand stand out online."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
@@ -77,109 +95,103 @@ export default function WebAgency2Page() {
buttons={[{ text: "All Services", href: "#services" }]} buttons={[{ text: "All Services", href: "#services" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
features={[ features={[
{ { title: "SEO", description: "WebOrigin optimizes your website to rank higher.", bentoComponent: "marquee", centerIcon: Search, variant: "text", texts: ["Growth", "Visibility", "Performance", "Strategy"] },
title: "SEO", description: "WebOrgin optimizes your website to rank higher on search engines and drive organic traffic.", bentoComponent: "marquee", centerIcon: Search, { title: "Web Development", description: "Custom-built, scalable websites.", bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/structured-building-construction-design-plan-concept_53876-132321.jpg?_wi=1", imageAlt: "Web dev 1" }, { imageSrc: "http://img.b2bpic.net/free-photo/structured-building-construction-design-plan-concept_53876-132321.jpg?_wi=2", imageAlt: "Web dev 2" }, { imageSrc: "http://img.b2bpic.net/free-photo/structured-building-construction-design-plan-concept_53876-132321.jpg?_wi=3", imageAlt: "Web dev 3" }] },
variant: "text", texts: ["Growth", "Visibility", "Performance", "Strategy", "Rankings", "Analytics", "Traffic", "Success"], { title: "Brand Strategy", description: "Build a memorable identity.", bentoComponent: "media-stack", items: [{ imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg?_wi=1", imageAlt: "Brand 1" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg?_wi=2", imageAlt: "Brand 2" }, { imageSrc: "http://img.b2bpic.net/free-photo/female-web-designer-taking-notes-office_23-2149749859.jpg?_wi=3", imageAlt: "Brand 3" }] },
},
{
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" },
],
},
]} ]}
/> />
<FeatureCardTwentySix </div>
title="Projects Crafted by WebOrgin"
<div id="work" data-section="work">
<FeatureCardTwentyFive
title="Projects Crafted by WebOrigin"
description="A selection of projects we've crafted for clients across diverse industries." description="A selection of projects we've crafted for clients across diverse industries."
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 },
]}
/>
<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."
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
metrics={[ textboxLayout="default"
{ id: "p1", value: "150+", title: "Projects", description: "Delivered with precision", icon: Award }, useInvertedBackground={false}
{ id: "p2", value: "98%", title: "Satisfaction", description: "Client success rate", icon: Users }, features={[
{ id: "p3", value: "10+", title: "Years", description: "Of digital mastery", icon: TrendingUp }, { title: "Digital Revamp", description: "Modern e-commerce", icon: ArrowUpRight, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104479.jpg?_wi=1", imageAlt: "Project 1" }, { imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104479.jpg?_wi=2", imageAlt: "Project 1" }] },
{ title: "Brand Identity", description: "Corporate identity", icon: ArrowUpRight, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/business-professional-holding-blank-white-business-card_9975-133092.jpg?_wi=1", imageAlt: "Project 2" }, { imageSrc: "http://img.b2bpic.net/free-photo/business-professional-holding-blank-white-business-card_9975-133092.jpg?_wi=2", imageAlt: "Project 2" }] }
]} ]}
/> />
<TeamCardFive </div>
title="The WebOrgin Experts"
<div id="about" data-section="about">
<TestimonialCardFive
title="What Clients Say"
description="Trust built on excellence."
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1", name: "Creative Director", date: "2025", title: "Excellent Service", quote: "WebOrigin completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and significantly impacted our growth.", tag: "5 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2580.jpg"
}
]}
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardThree
title="Trusted Results by WebOrigin"
description="We deliver measurable results across all digital domains."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{ id: "p1", title: "Projects", value: "150+", icon: Award },
{ id: "p2", title: "Satisfaction", value: "98%", icon: Users },
{ id: "p3", title: "Years", value: "10+", icon: TrendingUp },
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
title="The WebOrigin Experts"
description="The creative minds and technical wizards behind every project." description="The creative minds and technical wizards behind every project."
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
team={[ 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", imageAlt: "Alex" }, { 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", imageAlt: "Elena" }, { 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", imageAlt: "Marcus" },
]} ]}
/> />
<FaqBase </div>
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Learn more about partnering with the WebOrgin team." description="Learn more about partnering with the WebOrigin team."
faqsAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[ faqs={[
{ id: "f1", title: "What makes WebOrgin different?", content: "We focus on high-performance architecture combined with creative storytelling that scales businesses." }, { id: "f1", title: "What makes WebOrigin 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." },
]} ]}
/> />
<ContactCTA </div>
tag="Partner with Us"
title="Let's Build with WebOrgin" <div id="contact" data-section="contact">
<ContactSplit
title="Let's Build with WebOrigin"
description="Ready to elevate your digital footprint? Reach out to our team today." description="Ready to elevate your digital footprint? Reach out to our team today."
tag="Contact Us"
background={{ variant: "rotated-rays-animated" }} background={{ variant: "rotated-rays-animated" }}
buttons={[
{ text: "Discuss Project", href: "#contact" },
{ text: "View Showcase", href: "#work" },
]}
buttonAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
/> />
<FooterBase </div>
logoText="WebOrgin"
copyrightText="© 2026 | WebOrgin" <div id="footer" data-section="footer">
<FooterSimple
bottomLeftText="© 2026 | WebOrigin"
bottomRightText="All rights reserved."
columns={[ columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }, { label: "Work", href: "#work" }] }, { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Services", items: [{ label: "Strategy", href: "#" }, { label: "Development", href: "#" }, { label: "Design", href: "#" }] },
{ title: "Connect", items: [{ label: "LinkedIn", href: "#" }, { label: "X", href: "#" }, { label: "Dribbble", href: "#" }] },
]} ]}
/> />
</div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-montserrat), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-inter-tight), sans-serif; font-family: var(--font-montserrat), sans-serif;
} }