Update src/app/page.tsx
This commit is contained in:
@@ -4,15 +4,13 @@ import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
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";
|
||||
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 ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||
import FooterSimple from "@/components/sections/footer/FooterSimple";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
return (
|
||||
@@ -24,7 +22,7 @@ export default function WebAgency2Page() {
|
||||
sizing="medium"
|
||||
background="none"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="metallic"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
@@ -37,83 +35,82 @@ export default function WebAgency2Page() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
<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" }}
|
||||
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"
|
||||
/>
|
||||
<FeatureCardTwentyNine
|
||||
<FeatureCardTwentyFour
|
||||
title="Our WebOrgin Services"
|
||||
description="We offer a full suite of digital services to help your brand stand out online."
|
||||
textboxLayout="default"
|
||||
gridVariant="bento-grid"
|
||||
animationType="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ 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" }
|
||||
{ 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" }
|
||||
]}
|
||||
/>
|
||||
<TestimonialCardTwo
|
||||
<TestimonialCardThirteen
|
||||
title="Client Success"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showRating={true}
|
||||
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." }
|
||||
{ id: "t1", name: "Creative Director", handle: "@leader", testimonial: "WebOrgin completely transformed our online presence.", rating: 5 }
|
||||
]}
|
||||
/>
|
||||
<MetricCardEleven
|
||||
<MetricCardSeven
|
||||
title="Trusted Results"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
metrics={[
|
||||
{ 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" }
|
||||
]}
|
||||
/>
|
||||
<TeamCardSix
|
||||
title="The Experts"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
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" }
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ 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"] }
|
||||
]}
|
||||
/>
|
||||
<FaqSplitMedia
|
||||
<TeamCardTwo
|
||||
title="The Experts"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{ 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" }
|
||||
]}
|
||||
/>
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
faqsAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ 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." },
|
||||
]}
|
||||
/>
|
||||
<ContactSplit
|
||||
<ContactCenter
|
||||
title="Let's Build"
|
||||
description="Ready to elevate your digital footprint?"
|
||||
tag="Contact"
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
mediaPosition="right"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<FooterLogoReveal
|
||||
logoText="WebOrgin"
|
||||
leftLink={{ text: "Privacy", href: "#" }}
|
||||
rightLink={{ text: "Terms", href: "#" }}
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Company", items: [{ label: "About" }, { label: "Work" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy" }, { label: "Terms" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 WebOrgin"
|
||||
bottomRightText="All rights reserved."
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user