21 Commits

Author SHA1 Message Date
455e6a1bbb Merge version_6 into main
Merge version_6 into main
2026-05-17 11:33:26 +00:00
14273fc56e Update theme colors 2026-05-17 11:33:23 +00:00
27104475ca Merge version_5 into main
Merge version_5 into main
2026-05-17 11:32:24 +00:00
ac8091021e Update theme colors 2026-05-17 11:32:21 +00:00
1e1b741d8f Merge version_4 into main
Merge version_4 into main
2026-05-10 20:34:25 +00:00
39fc8eb96a Update src/app/page.tsx 2026-05-10 20:34:22 +00:00
b83c7da737 Merge version_4 into main
Merge version_4 into main
2026-05-10 20:33:57 +00:00
c5780f88ad Update src/app/page.tsx 2026-05-10 20:33:54 +00:00
b193311856 Update src/app/layout.tsx 2026-05-10 20:33:53 +00:00
5d2d6127b8 Merge version_4 into main
Merge version_4 into main
2026-05-10 20:33:29 +00:00
2a90c42d34 Update src/app/page.tsx 2026-05-10 20:33:26 +00:00
46130475ff Switch to version 2: modified src/app/styles/base.css 2026-05-10 20:29:24 +00:00
d4c0cdb1b6 Switch to version 2: modified src/app/page.tsx 2026-05-10 20:29:23 +00:00
e47c0d45bf Switch to version 2: modified src/app/layout.tsx 2026-05-10 20:29:23 +00:00
a808631f84 Merge version_3 into main
Merge version_3 into main
2026-05-10 20:27:03 +00:00
61d047de8d Merge version_3 into main
Merge version_3 into main
2026-05-10 20:26:39 +00:00
f807c39e09 Merge version_3 into main
Merge version_3 into main
2026-05-10 20:26:05 +00:00
c08e901835 Merge version_3 into main
Merge version_3 into main
2026-05-10 20:25:31 +00:00
55ceb7a13c Merge version_3 into main
Merge version_3 into main
2026-05-10 20:24:59 +00:00
e6294e05ea Merge version_3 into main
Merge version_3 into main
2026-05-10 20:24:28 +00:00
2dc3911d20 Merge version_3 into main
Merge version_3 into main
2026-05-10 20:23:58 +00:00
4 changed files with 76 additions and 130 deletions

View File

@@ -6,19 +6,20 @@ import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google";
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 halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
variable: "--font-inter",
subsets: ["latin"],
});
export const metadata: Metadata = { title: 'WebOrgin - Digital Agency', description: 'High-performance digital platforms and strategy.' };
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +28,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} ${inter.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<script

View File

@@ -3,16 +3,14 @@
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 FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import TeamCardOne from "@/components/sections/team/TeamCardOne";
import HeroCentered from "@/components/sections/hero/HeroCentered";
import FeatureCardTwentyFour from "@/components/sections/feature/FeatureCardTwentyFour";
import MetricCardSeven from "@/components/sections/metrics/MetricCardSeven";
import TeamCardTwo from "@/components/sections/team/TeamCardTwo";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import { Sparkles, Search, ArrowUpRight, Award, Users, TrendingUp, MessageCircle } from "lucide-react";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
export default function WebAgency2Page() {
return (
@@ -29,167 +27,112 @@ export default function WebAgency2Page() {
headingFontWeight="medium"
>
<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
brandName="WebOrigin"
brandName="WebOrgin"
navItems={[
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
]}
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="We Engineer Digital Growth at WebOrigin"
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"
tagIcon={Sparkles}
tagAnimation="slide-up"
<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."
background={{ variant: "canvas-reveal" }}
buttons={[
{ text: "Start Project", href: "#contact" },
{ text: "View Work", href: "#work" },
]}
buttonAnimation="slide-up"
leftCarouselItems={[
{ 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?_wi=1", 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?_wi=1", 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={[
{ 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/representations-user-experience-interface-design_23-2150104516.jpg?_wi=2", 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/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" },
]}
avatars={[]}
/>
</div>
<div id="services" data-section="services">
<FeatureBento
title="Our WebOrigin Services"
<FeatureCardTwentyFour
title="Our WebOrgin Services"
description="We offer a full suite of digital services to help your brand stand out online."
textboxLayout="default"
animationType="blur-reveal"
useInvertedBackground={false}
animationType="slide-up"
buttons={[{ text: "All Services", href: "#services" }]}
buttonAnimation="slide-up"
features={[
{ title: "SEO", description: "WebOrigin optimizes your website to rank higher.", bentoComponent: "marquee", centerIcon: Search, variant: "text", texts: ["Growth", "Visibility", "Performance", "Strategy"] },
{ 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" }] },
{ 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" }] },
{ id: "f1", title: "SEO", author: "Team", description: "High-performance rankings", tags: ["Marketing"], imageSrc: "http://img.b2bpic.net/free-photo/glowing-green-checkmark-success-symbol-dark-cosmic-background_84443-91492.jpg" },
{ id: "f2", title: "Web Development", author: "Team", description: "Scalable architecture", tags: ["Tech"], imageSrc: "http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150104516.jpg" },
{ id: "f3", title: "Brand Strategy", author: "Team", description: "Memorable identity", tags: ["Design"], imageSrc: "http://img.b2bpic.net/free-photo/tablet-near-nice-decorative-cosmetics_23-2147742653.jpg" }
]}
/>
</div>
<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."
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
features={[
{ 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" }] }
]}
/>
</div>
<div id="about" data-section="about">
<TestimonialCardFive
title="What Clients Say"
description="Trust built on excellence."
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
title="Client Success"
description="What our clients say about our services."
animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
showRating={true}
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"
}
{ id: "t1", name: "Creative Director", handle: "@leader", testimonial: "WebOrgin completely transformed our online presence.", rating: 5 }
]}
/>
</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"
<MetricCardSeven
title="Trusted Results"
description="Key performance indicators we deliver."
animationType="depth-3d"
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 },
{ id: "p1", value: "150+", title: "Projects", items: ["Precision delivery"] },
{ id: "p2", value: "98%", title: "Satisfaction", items: ["Success rate"] },
{ id: "p3", value: "10+", title: "Years", items: ["Experience"] }
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardOne
title="The WebOrigin Experts"
description="The creative minds and technical wizards behind every project."
<div id="about" data-section="about">
<TeamCardTwo
title="The Experts"
description="Meet the team behind our success."
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
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: "t1", name: "Alex Rivers", role: "Lead Developer", description: "Passionate coder", 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", description: "Visionary creative", imageSrc: "http://img.b2bpic.net/free-photo/smiley-tattoo-artist-indoors-side-view_23-2149445974.jpg" },
{ id: "t3", name: "Marcus Thorne", role: "Brand Strategist", description: "Strategic mastermind", imageSrc: "http://img.b2bpic.net/free-photo/young-fashion-designer-working-her-workshop-alone_23-2148877353.jpg" }
]}
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
title="Frequently Asked Questions"
description="Learn more about partnering with the WebOrigin team."
faqsAnimation="slide-up"
description="Common questions about our agency."
faqsAnimation="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "What makes WebOrigin different?", content: "We focus on high-performance architecture combined with creative storytelling that scales businesses." },
{ 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." },
]}
/>
</div>
<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."
tag="Contact Us"
<ContactCenter
title="Let's Build"
description="Ready to elevate your digital footprint?"
tag="Contact"
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterSimple
bottomLeftText="© 2026 | WebOrigin"
bottomRightText="All rights reserved."
columns={[
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
{ title: "Company", items: [{ label: "About" }, { label: "Work" }] },
{ title: "Legal", items: [{ label: "Privacy" }, { label: "Terms" }] }
]}
bottomLeftText="© 2024 WebOrgin"
bottomRightText="All rights reserved."
/>
</div>
</ReactLenis>

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #161616;
--foreground: #f0f0f0;
--primary-cta: #ffffff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1e1e1e;
--secondary-cta-text: #e0e0e0;
--accent: #d0d0d0;
--background-accent: #9a9a9a;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);