Merge version_2 into main #5
@@ -3,12 +3,12 @@
|
||||
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 HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
|
||||
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
||||
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Sparkles, Building, Coffee } from "lucide-react";
|
||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Sparkles, Building, Coffee, Star } from "lucide-react";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
return (
|
||||
@@ -25,16 +25,18 @@ export default function WebAgency2Page() {
|
||||
headingFontWeight="medium"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Webild"
|
||||
navItems={[
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Tenants", id: "tenants" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
/>
|
||||
<HeroSplitDoubleCarousel
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Tenants", id: "tenants" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Webild"
|
||||
/>
|
||||
</div>
|
||||
<HeroBillboardCarousel
|
||||
title="We Build Digital Experiences"
|
||||
description="Transform your brand with cutting-edge web design and development. We craft stunning websites that convert visitors into customers."
|
||||
tag="Award-Winning Agency"
|
||||
@@ -71,32 +73,44 @@ export default function WebAgency2Page() {
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<TestimonialCardOne
|
||||
title="Client Feedback"
|
||||
description="Read what our tenants and partners say about our space and services."
|
||||
animationType="depth-3d"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex Rivers", role: "Founder", company: "Best Bridge", rating: 5 },
|
||||
{ id: "2", name: "Sarah Chen", role: "Operations Manager", company: "Signature Pub", rating: 5 },
|
||||
{ id: "3", name: "Marcus Thorne", role: "Director", company: "Tech Solutions", rating: 5 },
|
||||
]}
|
||||
/>
|
||||
<ContactText
|
||||
text="Visit us at Olympic Street 15 or call +976 9911 5778. Our team is ready to assist you."
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Contact Us", href: "#contact" }]}
|
||||
/>
|
||||
<FooterBase
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardSixteen
|
||||
title="Client Feedback"
|
||||
description="Read what our tenants and partners say about our space and services."
|
||||
animationType="depth-3d"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
kpiItems={[
|
||||
{ value: "50+", label: "Partners" },
|
||||
{ value: "100%", label: "Satisfaction" },
|
||||
{ value: "15K", label: "Visitors" },
|
||||
]}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Alex Rivers", role: "Founder", company: "Best Bridge", rating: 5 },
|
||||
{ id: "2", name: "Sarah Chen", role: "Operations Manager", company: "Signature Pub", rating: 5 },
|
||||
{ id: "3", name: "Marcus Thorne", role: "Director", company: "Tech Solutions", rating: 5 },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Get in Touch"
|
||||
description="Visit us at Olympic Street 15 or call +976 9911 5778. Our team is ready to assist you."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<FooterMedia
|
||||
logoText="Webild"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp"
|
||||
copyrightText="© 2026 | Webild"
|
||||
columns={[
|
||||
{ title: "Location", items: [{ label: "Olympic Street 15", href: "#" }] },
|
||||
{ title: "Contact", items: [{ label: "+976 9911 5778", href: "#" }] },
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#" }, { label: "Tenants", href: "#tenants" }, { label: "Reviews", href: "#reviews" }] },
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "/" }, { label: "Tenants", href: "#tenants" }, { label: "Reviews", href: "#reviews" }] },
|
||||
]}
|
||||
/>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user