Merge version_3 into main #3

Merged
bender merged 5 commits from version_3 into main 2026-06-12 21:25:13 +00:00
5 changed files with 66 additions and 66 deletions

View File

@@ -26,9 +26,9 @@ export default function WebAgency2AboutPage() {
navItems={[
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "About", href: "/about" },
{ name: "Team", href: "/team" },
{ name: "Contact", href: "/contact" }
{ name: "About", id: "/about" },
{ name: "Team", id: "/team" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get Started", href: "/contact" }}
/>
@@ -36,7 +36,6 @@ export default function WebAgency2AboutPage() {
heading={[
{ type: 'text', content: 'We are Webild, a digital agency crafting exceptional web experiences.' }
]}
description="At Webild, we combine creativity with technical expertise to build stunning websites that drive results. Our team is passionate about digital innovation and dedicated to helping businesses grow online."
buttons={[
{ text: 'View Our Work', href: '#work' },
{ text: 'Contact Us', href: '/contact' }
@@ -55,28 +54,28 @@ export default function WebAgency2AboutPage() {
{ label: "Team", href: "/team" },
{ label: "Work", href: "#work" },
{ label: "Services", href: "#services" },
{ label: "Contact", href: "/contact" },
],
{ label: "Contact", href: "/contact" }
]
},
{
title: "Services", items: [
{ label: "Web Development", href: "#" },
{ label: "SEO", href: "#" },
{ label: "Branding", href: "#" },
{ label: "UI/UX Design", href: "#" },
],
{ label: "UI/UX Design", href: "#" }
]
},
{
title: "Connect", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Dribbble", href: "#" },
],
},
{ label: "Dribbble", href: "#" }
]
}
]}
/>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -26,9 +26,9 @@ export default function WebAgency2ContactPage() {
navItems={[
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "About", href: "/about" },
{ name: "Team", href: "/team" },
{ name: "Contact", href: "/contact" }
{ name: "About", id: "/about" },
{ name: "Team", id: "/team" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get Started", href: "/contact" }}
/>
@@ -40,6 +40,7 @@ export default function WebAgency2ContactPage() {
buttonText="Send Message"
onSubmit={(email) => console.log('Contact form submitted with email:', email)}
centered={true}
useInvertedBackground={false}
/>
<FooterBase
logoText="Webild"
@@ -51,28 +52,28 @@ export default function WebAgency2ContactPage() {
{ label: "Team", href: "/team" },
{ label: "Work", href: "#work" },
{ label: "Services", href: "#services" },
{ label: "Contact", href: "/contact" },
],
{ label: "Contact", href: "/contact" }
]
},
{
title: "Services", items: [
{ label: "Web Development", href: "#" },
{ label: "SEO", href: "#" },
{ label: "Branding", href: "#" },
{ label: "UI/UX Design", href: "#" },
],
{ label: "UI/UX Design", href: "#" }
]
},
{
title: "Connect", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Dribbble", href: "#" },
],
},
{ label: "Dribbble", href: "#" }
]
}
]}
/>
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -6,7 +6,7 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
import HeroSplit from "@/components/sections/hero/HeroSplit";
import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven";
import ContactText from "@/components/sections/contact/ContactText";
import FooterCard from "@/components/sections/footer/FooterCard";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Sparkles, ArrowUpRight } from "lucide-react";
export default function PortfolioPage() {
@@ -27,10 +27,10 @@ export default function PortfolioPage() {
<NavbarLayoutFloatingOverlay
brandName="Webild"
navItems={[
{ name: "Work", href: "/portfolio" },
{ name: "Work", id: "/portfolio" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Started", href: "/contact" }}
/>
@@ -43,7 +43,7 @@ export default function PortfolioPage() {
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Get a Quote", href: "/contact" },
{ text: "Learn More", href: "#casestudies" },
{ text: "Learn More", href: "#casestudies" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=1"
@@ -58,32 +58,32 @@ export default function PortfolioPage() {
animationType="slide-up"
features={[
{
title: "Umbra Skincare", descriptions: ["Luxury fragrance e-commerce website designed for high conversions and an immersive brand experience."],
id: "1", title: "Umbra Skincare", descriptions: ["Luxury fragrance e-commerce website designed for high conversions and an immersive brand experience."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-1.webp", imageAlt: "Umbra Skincare website design"},
{
title: "Luxuria Travel", descriptions: ["Bespoke luxury travel platform, providing seamless booking and personalized itinerary planning."],
id: "2", title: "Luxuria Travel", descriptions: ["Bespoke luxury travel platform, providing seamless booking and personalized itinerary planning."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-2.webp", imageAlt: "Luxuria Travel website design"},
{
title: "Dental Care Pro", descriptions: ["Modern website for a premier dental practice, focusing on patient education and appointment scheduling."],
id: "3", title: "Dental Care Pro", descriptions: ["Modern website for a premier dental practice, focusing on patient education and appointment scheduling."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-3.webp", imageAlt: "Dental Care Pro website design"},
{
title: "Summit Roofing", descriptions: ["Professional website for a roofing service company, highlighting their expertise and customer testimonials."],
id: "4", title: "Summit Roofing", descriptions: ["Professional website for a roofing service company, highlighting their expertise and customer testimonials."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing website design"},
{
title: "Dubai Real Estate", descriptions: ["Elegant platform for luxury property listings in Dubai, offering advanced search and virtual tours."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website design"},
id: "5", title: "Dubai Real Estate", descriptions: ["Elegant platform for luxury property listings in Dubai, offering advanced search and virtual tours."],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website design"}
]}
/>
<ContactText
text="Ready to transform your vision into a digital reality?"
buttons={[
{ text: "Get Started", href: "/contact" },
{ text: "View Services", href: "/" },
{ text: "View Services", href: "/" }
]}
background={{ variant: "gradient-bars" }}
useInvertedBackground={false}
/>
<FooterCard
<FooterBaseCard
logoText="Webild"
copyrightText="© 2026 | Webild"
columns={[
@@ -92,25 +92,25 @@ export default function PortfolioPage() {
{ label: "About", href: "/" },
{ label: "Services", href: "/" },
{ label: "Work", href: "/portfolio" },
{ label: "Contact", href: "/contact" },
],
{ label: "Contact", href: "/contact" }
]
},
{
title: "Services", items: [
{ label: "Web Development", href: "/" },
{ label: "SEO", href: "/" },
{ label: "Branding", href: "/" },
{ label: "UI/UX Design", href: "/" },
],
{ label: "UI/UX Design", href: "/" }
]
},
{
title: "Connect", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Dribbble", href: "#" },
],
},
{ label: "Dribbble", href: "#" }
]
}
]}
/>
</ReactLenis>

View File

@@ -29,9 +29,9 @@ export default function ServicesPage() {
brandName="Webild"
navItems={[
{ name: "Work", id: "work" },
{ name: "Services", href: "/services" },
{ name: "Services", id: "/services" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Get Started", href: "/#contact" }}
/>
@@ -39,7 +39,7 @@ export default function ServicesPage() {
logoText="Our Services"
description="From cutting-edge web development to impactful digital marketing, we offer a full spectrum of solutions to elevate your brand online."
buttons={[
{ text: "Get a Quote", href: "/#contact" },
{ text: "Get a Quote", href: "/#contact" }
]}
buttonAnimation="slide-up"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/dev-1.webp"
@@ -71,7 +71,7 @@ export default function ServicesPage() {
title: "UI/UX Design", description: "Designing intuitive and engaging user experiences, ensuring seamless interactions and higher conversion rates."},
{
icon: ShoppingCart,
title: "E-commerce Solutions", description: "Creating secure, feature-rich online stores with seamless payment integrations to drive sales and expand your business."},
title: "E-commerce Solutions", description: "Creating secure, feature-rich online stores with seamless payment integrations to drive sales and expand your business."}
]}
/>
<FaqBase
@@ -85,7 +85,7 @@ export default function ServicesPage() {
{ id: "2", title: "Do you provide ongoing support after launch?", content: "Yes, we offer various maintenance and support packages to ensure your website remains updated, secure, and performs optimally." },
{ id: "3", title: "How long does it take to build a website?", content: "Project timelines vary based on complexity and scope, usually ranging from 4 to 12 weeks. We'll provide a detailed estimate after our initial consultation." },
{ id: "4", title: "Can you help with SEO and digital marketing?", content: "Absolutely. We offer comprehensive SEO strategies, content marketing, and other digital marketing services to boost your online visibility and drive traffic." },
{ id: "5", title: "What industries do you specialize in?", content: "We work with a diverse range of industries, adapting our expertise to meet unique business needs. Our portfolio showcases projects from various sectors." },
{ id: "5", title: "What industries do you specialize in?", content: "We work with a diverse range of industries, adapting our expertise to meet unique business needs. Our portfolio showcases projects from various sectors." }
]}
/>
<ContactCTA
@@ -95,7 +95,7 @@ export default function ServicesPage() {
background={{ variant: "rotated-rays-animated" }}
buttons={[
{ text: "Start Your Project", href: "/#contact" },
{ text: "View Our Work", href: "/#work" },
{ text: "View Our Work", href: "/#work" }
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -109,25 +109,25 @@ export default function ServicesPage() {
{ label: "About", href: "/#about" },
{ label: "Services", href: "/services" },
{ label: "Work", href: "/#work" },
{ label: "Contact", href: "/#contact" },
],
{ label: "Contact", href: "/#contact" }
]
},
{
title: "Services", items: [
{ label: "Web Development", href: "/services" },
{ label: "SEO", href: "/services" },
{ label: "Branding", href: "/services" },
{ label: "UI/UX Design", href: "/services" },
],
{ label: "UI/UX Design", href: "/services" }
]
},
{
title: "Connect", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Dribbble", href: "#" },
],
},
{ label: "Dribbble", href: "#" }
]
}
]}
/>
</ReactLenis>

View File

@@ -26,9 +26,9 @@ export default function WebAgency2TeamPage() {
navItems={[
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "About", href: "/about" },
{ name: "Team", href: "/team" },
{ name: "Contact", href: "/contact" }
{ name: "About", id: "/about" },
{ name: "Team", id: "/team" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get Started", href: "/contact" }}
/>
@@ -55,28 +55,28 @@ export default function WebAgency2TeamPage() {
{ label: "Team", href: "/team" },
{ label: "Work", href: "#work" },
{ label: "Services", href: "#services" },
{ label: "Contact", href: "/contact" },
],
{ label: "Contact", href: "/contact" }
]
},
{
title: "Services", items: [
{ label: "Web Development", href: "#" },
{ label: "SEO", href: "#" },
{ label: "Branding", href: "#" },
{ label: "UI/UX Design", href: "#" },
],
{ label: "UI/UX Design", href: "#" }
]
},
{
title: "Connect", items: [
{ label: "Twitter", href: "#" },
{ label: "LinkedIn", href: "#" },
{ label: "Instagram", href: "#" },
{ label: "Dribbble", href: "#" },
],
},
{ label: "Dribbble", href: "#" }
]
}
]}
/>
</ReactLenis>
</ThemeProvider>
);
}
}