Merge version_2 into main #4
@@ -87,24 +87,19 @@ export default function AboutPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
members={[
|
||||
{
|
||||
id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller", socialLinks: [{ icon: Twitter, url: "#" }, { icon: Linkedin, url: "#" }],
|
||||
description: "Sarah leads our development team, specializing in cutting-edge web technologies and scalable solutions."
|
||||
id: "1", name: "Sarah Miller", role: "Lead Developer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Sarah Miller", description: "Sarah leads our development team, specializing in cutting-edge web technologies and scalable solutions."
|
||||
},
|
||||
{
|
||||
id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes", socialLinks: [{ icon: Instagram, url: "#" }, { icon: Dribbble, url: "#" }],
|
||||
description: "Valentina brings artistic vision and innovative design thinking to every project, ensuring unique brand experiences."
|
||||
id: "2", name: "Valentina Reyes", role: "Creative Director", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "Valentina Reyes", description: "Valentina brings artistic vision and innovative design thinking to every project, ensuring unique brand experiences."
|
||||
},
|
||||
{
|
||||
id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza", socialLinks: [{ icon: Twitter, url: "#" }, { icon: Linkedin, url: "#" }],
|
||||
description: "Carlos is dedicated to crafting intuitive and engaging user experiences that delight users and drive conversions."
|
||||
id: "3", name: "Carlos Mendoza", role: "UX Designer", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Carlos Mendoza", description: "Carlos is dedicated to crafting intuitive and engaging user experiences that delight users and drive conversions."
|
||||
},
|
||||
{
|
||||
id: "4", name: "Emily Chen", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp", imageAlt: "Emily Chen", socialLinks: [{ icon: Linkedin, url: "#" }],
|
||||
description: "Emily ensures all projects run smoothly, on time, and within budget, acting as the key liaison between clients and the team."
|
||||
id: "4", name: "Emily Chen", role: "Project Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-4.webp", imageAlt: "Emily Chen", description: "Emily ensures all projects run smoothly, on time, and within budget, acting as the key liaison between clients and the team."
|
||||
},
|
||||
{
|
||||
id: "5", name: "David Lee", role: "SEO Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp", imageAlt: "David Lee", socialLinks: [{ icon: Twitter, url: "#" }],
|
||||
description: "David boosts our clients' online visibility through advanced SEO strategies, driving organic traffic and higher search rankings."
|
||||
id: "5", name: "David Lee", role: "SEO Specialist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp", imageAlt: "David Lee", description: "David boosts our clients' online visibility through advanced SEO strategies, driving organic traffic and higher search rankings."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -119,13 +114,16 @@ export default function AboutPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Santos", handle: "CEO at Luxuria Travel", testimonial: "Webild transformed our online presence. Their design and development expertise led to a stunning website and doubled our conversion rate.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Maria Santos"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", imageAlt: "Maria Santos"
|
||||
},
|
||||
{
|
||||
id: "2", name: "John Doe", handle: "Founder of StartupX", testimonial: "The team at Webild is incredibly professional and skilled. They understood our vision perfectly and delivered beyond expectations.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "John Doe"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", imageAlt: "John Doe"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Sarah Chen", handle: "Marketing Director, GlobalCorp", testimonial: "Outstanding results and exceptional service. Webild is our go-to partner for all digital projects. Highly recommend them!", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Sarah Chen"},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", imageAlt: "Sarah Chen"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
<FaqDouble
|
||||
@@ -149,7 +147,8 @@ export default function AboutPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxuria Travel", "GlobalCorp", "StartupX", "TechInnovate", "FutureBrands", "DigitalEdge", "NextGen Solutions", "Evolve Digital"]}
|
||||
"Luxuria Travel", "GlobalCorp", "StartupX", "TechInnovate", "FutureBrands", "DigitalEdge", "NextGen Solutions", "Evolve Digital"
|
||||
]}
|
||||
/>
|
||||
<FooterBaseCard
|
||||
logoText="Webild"
|
||||
|
||||
@@ -3,12 +3,43 @@
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import BlogCardTwo from "@/components/sections/blog/BlogCardTwo";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { ArrowUpRight } from "lucide-react";
|
||||
import BlogCardOne from "@/components/sections/blog/BlogCardOne";
|
||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
||||
|
||||
export default function WorkPage() {
|
||||
const navItems = [
|
||||
{ name: "Work", id: "/work" },
|
||||
{ name: "Services", id: "/services" }, { name: "About", id: "/about" },
|
||||
{ name: "Contact", id: "/contact" },
|
||||
];
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Work", href: "/work" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Web Development", href: "#" },
|
||||
{ label: "SEO", href: "#" },
|
||||
{ label: "Branding", href: "#" },
|
||||
{ label: "UI/UX Design", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "#" },
|
||||
{ label: "LinkedIn", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Dribbble", href: "#" },
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
export default function PortfolioPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
@@ -25,83 +56,28 @@ export default function PortfolioPage() {
|
||||
<ReactLenis root>
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Webild"
|
||||
navItems={[
|
||||
{ name: "Work", href: "/work" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
navItems={navItems}
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
<FeatureCardMedia
|
||||
title="Our Portfolio"
|
||||
description="Explore a selection of our recent projects, showcasing our expertise in web design and development."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "umbra-skincare", title: "Umbra Skincare", description: "Luxury fragrance e-commerce platform with custom product configurator.", tag: "E-commerce", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "Umbra Skincare website design", buttons: [{ text: "View Case Study", href: "#case-studies" }],
|
||||
},
|
||||
{
|
||||
id: "luxuria-travel", title: "Luxuria Travel", description: "Bespoke luxury travel experiences website, focusing on immersive visuals and booking flow.", tag: "Travel & Hospitality", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Luxuria Travel website design", buttons: [{ text: "View Case Study", href: "#case-studies" }],
|
||||
},
|
||||
{
|
||||
id: "dental-care", title: "Dental Care", description: "Modern and user-friendly website for a premier dental practice, improving patient engagement.", tag: "Healthcare", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Luxury Dental Care website design", buttons: [{ text: "View Case Study", href: "#case-studies" }],
|
||||
},
|
||||
{
|
||||
id: "summit-roofing", title: "Summit Roofing", description: "Responsive website for professional roofing services, generating high-quality leads.", tag: "Construction", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing website design", buttons: [{ text: "View Case Study", href: "#case-studies" }],
|
||||
},
|
||||
{
|
||||
id: "dubai-real-estate", title: "Dubai Real Estate", description: "Luxury property listings portal with advanced search and interactive map features.", tag: "Real Estate", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website design", buttons: [{ text: "View Case Study", href: "#case-studies" }],
|
||||
}
|
||||
]}
|
||||
/>
|
||||
<BlogCardTwo
|
||||
id="case-studies"
|
||||
title="Case Studies & Insights"
|
||||
description="Dive deeper into our process and the measurable results we deliver for our clients."
|
||||
<BlogCardOne
|
||||
title="Our Latest Work"
|
||||
description="Explore our recent projects and insights from the digital world."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
blogs={[
|
||||
{
|
||||
id: "case-study-1", category: "E-commerce", title: "Boosting Conversions for Umbra Skincare", excerpt: "Learn how our strategic design and development process helped Umbra Skincare achieve a 40% increase in online sales.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-1.webp", imageAlt: "Umbra Skincare case study thumbnail", authorName: "Webild Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", date: "March 15, 2024"},
|
||||
id: "1", category: "Web Design", title: "Crafting Intuitive E-commerce Experiences", excerpt: "A deep dive into how we create user-friendly online stores that convert visitors into customers.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/blog-1.webp", imageAlt: "E-commerce website design on a desktop and mobile device", authorName: "Sarah Miller", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp", date: "July 24, 2024"},
|
||||
{
|
||||
id: "case-study-2", category: "Travel", title: "Crafting a Digital Journey for Luxuria Travel", excerpt: "Discover the bespoke solutions we implemented to enhance Luxuria Travel's online presence and customer engagement.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp", imageAlt: "Luxuria Travel case study thumbnail", authorName: "Webild Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", date: "February 28, 2024"},
|
||||
id: "2", category: "Branding", title: "The Art of Visual Identity: Building a Strong Brand", excerpt: "Discover our process for developing unique and memorable brand identities that resonate with your target audience.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/blog-2.webp", imageAlt: "Branding elements laid out on a table", authorName: "Valentina Reyes", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp", date: "July 20, 2024"},
|
||||
{
|
||||
id: "case-study-3", category: "Healthcare", title: "Modernizing Digital Patient Experience for Dental Care", excerpt: "See how a refreshed website design and improved user experience led to higher appointment bookings for Dental Care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp", imageAlt: "Dental Care case study thumbnail", authorName: "Webild Team", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp", date: "January 10, 2024"}
|
||||
id: "3", category: "SEO Strategy", title: "Boosting Your Online Presence: Advanced SEO Techniques", excerpt: "Learn about the cutting-edge SEO strategies we employ to improve search rankings and drive organic traffic.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/blog-3.webp", imageAlt: "Person working on SEO optimization on a laptop", authorName: "David Lee", authorAvatar: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-5.webp", date: "July 15, 2024"},
|
||||
]}
|
||||
/>
|
||||
<FooterBase
|
||||
<FooterBaseCard
|
||||
logoText="Webild"
|
||||
copyrightText="© 2026 | Webild"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", id: "about" },
|
||||
{ label: "Services", id: "services" },
|
||||
{ label: "Work", href: "/work" },
|
||||
{ label: "Contact", id: "contact" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Web Development", href: "#" },
|
||||
{ label: "SEO", href: "#" },
|
||||
{ label: "Branding", href: "#" },
|
||||
{ label: "UI/UX Design", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Twitter", href: "#" },
|
||||
{ label: "LinkedIn", href: "#" },
|
||||
{ label: "Instagram", href: "#" },
|
||||
{ label: "Dribbble", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
columns={footerColumns}
|
||||
/>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user