Update src/app/page.tsx
This commit is contained in:
@@ -12,8 +12,8 @@ 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 TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||
import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Clock, Lightbulb, BarChart, CheckCircle } from "lucide-react";
|
||||
|
||||
export default function WebAgency2Page() {
|
||||
return (
|
||||
@@ -33,6 +33,7 @@ export default function WebAgency2Page() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Webild"
|
||||
navItems={[
|
||||
{ name: "How it Works", id: "how-it-works" },
|
||||
{ name: "Work", id: "work" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
@@ -65,6 +66,26 @@ export default function WebAgency2Page() {
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<FeatureBento
|
||||
title="How It Works"
|
||||
description="Our streamlined process ensures a smooth journey from concept to launch."
|
||||
tag="Our Process"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "Discovery & Strategy", description: "Understanding your vision and goals.", bentoComponent: "timeline", heading: "Project Launch", subheading: "Your Digital Journey", items: [
|
||||
{ label: "Discovery & Strategy", detail: "Understanding your vision and goals." },
|
||||
{ label: "Design & Development", detail: "Crafting your unique digital experience." },
|
||||
{ label: "Testing & Refinement", detail: "Ensuring perfection across all devices." },
|
||||
{ label: "Launch & Support", detail: "Bringing your vision to life and ensuring continuous success." }
|
||||
],
|
||||
completedLabel: "Website Live!"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
<FeatureBento
|
||||
title="Our Services"
|
||||
@@ -171,16 +192,32 @@ export default function WebAgency2Page() {
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFifteen
|
||||
testimonial="Webild completely transformed our online presence. The team delivered a stunning website that exceeded our expectations and doubled our conversion rate."
|
||||
rating={5}
|
||||
author="— Maria Santos, CEO at Luxuria Travel"
|
||||
avatars={[
|
||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", alt: "Client" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
<TestimonialCardSixteen
|
||||
title="What Our Clients Say"
|
||||
description="Hear from businesses that have thrived with our web solutions."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
carouselMode="auto"
|
||||
kpiItems={[
|
||||
{ value: "98%", label: "Satisfaction" },
|
||||
{ value: "300+", label: "Projects" },
|
||||
{ value: "10+", label: "Years" },
|
||||
]}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah J.", role: "Founder", company: "Innovative Startups", rating: 5,
|
||||
testimonial: "Webild delivered beyond our expectations! Our new website is stunning, fast, and has significantly boosted our online engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-6.webp"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Mark T.", role: "Marketing Director", company: "Global Brands Inc.", rating: 5,
|
||||
testimonial: "The team at Webild understood our brand perfectly. They created a seamless user experience that has translated into higher conversions.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-1.webp"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily R.", role: "CEO", company: "Creative Solutions Co.", rating: 5,
|
||||
testimonial: "Professional, responsive, and incredibly talented. Webild made our website redesign a truly enjoyable and successful process. Highly recommend!", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/avatars/avatar-2.webp"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
|
||||
Reference in New Issue
Block a user