Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -12,8 +12,8 @@ export default function AboutPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Services", id: "#services" },
|
||||
{ name: "Work", id: "#work" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Work", id: "/work" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
@@ -36,27 +36,28 @@ export default function AboutPage() {
|
||||
brandName="Web Design Tech360"
|
||||
button={{ text: "Get in Touch", href: "/contact" }}
|
||||
/>
|
||||
<SplitAbout
|
||||
id="about"
|
||||
title="About Web Design Tech360"
|
||||
description="Web Design Tech360 is a leading digital agency dedicated to transforming businesses through innovative web design, development, and strategic digital marketing. With over 15 years of experience, we partner with clients worldwide to create impactful online experiences that drive growth and deliver measurable results."
|
||||
tag="Our Story"
|
||||
bulletPoints={[
|
||||
{ title: "Mission", description: "To empower businesses with exceptional digital solutions that enhance their online presence and achieve their strategic objectives.", icon: Globe },
|
||||
{ title: "Vision", description: "To be the go-to partner for transformative web design and digital growth, recognized for creativity, technical excellence, and client success.", icon: Star },
|
||||
{ title: "Values", description: "Innovation, Integrity, Collaboration, Excellence, Client-Centricity.", icon: Users }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/team/team1.webp"
|
||||
imageAlt="Web Design Tech360 Team Collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
<div id="about" data-section="about">
|
||||
<SplitAbout
|
||||
title="About Web Design Tech360"
|
||||
description="Web Design Tech360 is a leading digital agency dedicated to transforming businesses through innovative web design, development, and strategic digital marketing. With over 15 years of experience, we partner with clients worldwide to create impactful online experiences that drive growth and deliver measurable results."
|
||||
tag="Our Story"
|
||||
bulletPoints={[
|
||||
{ title: "Mission", description: "To empower businesses with exceptional digital solutions that enhance their online presence and achieve their strategic objectives.", icon: Globe },
|
||||
{ title: "Vision", description: "To be the go-to partner for transformative web design and digital growth, recognized for creativity, technical excellence, and client success.", icon: Star },
|
||||
{ title: "Values", description: "Innovation, Integrity, Collaboration, Excellence, Client-Centricity.", icon: Users }
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/team/team1.webp"
|
||||
imageAlt="Web Design Tech360 Team Collaboration"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
textboxLayout="default"
|
||||
/>
|
||||
</div>
|
||||
<ContactText
|
||||
text="Ready to elevate your online presence? Let's build your next digital success story together."
|
||||
buttons={[
|
||||
{ text: "Start a Project", href: "/contact" },
|
||||
{ text: "Schedule a Call", href: "/contact#schedule-call" },
|
||||
{ text: "Schedule a Call", href: "/contact#schedule-call" }
|
||||
]}
|
||||
background={{ variant: "canvas-reveal" }}
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -3,14 +3,14 @@
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import { Phone, Mail } from "lucide-react";
|
||||
import { Phone, Mail, Twitter, Instagram, Linkedin } from "lucide-react";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterCard from "@/components/sections/footer/FooterCard";
|
||||
|
||||
export default function ContactPage() {
|
||||
const navItems = [
|
||||
{ name: "Home", id: "home" },
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
];
|
||||
|
||||
@@ -33,18 +33,20 @@ export default function ContactPage() {
|
||||
brandName="Web Design Tech360"
|
||||
button={{ text: "Get in Touch", href: "/contact" }}
|
||||
/>
|
||||
<ContactCTA
|
||||
tag="Contact Us"
|
||||
tagIcon={Mail}
|
||||
title="Get in Touch with Web Design Tech360"
|
||||
description="Reach out to us via email or phone for inquiries, project discussions, or support."
|
||||
buttons={[
|
||||
{ text: "Email Us", href: "mailto:info@webdesigntech360.com", icon: Mail },
|
||||
{ text: "Call Us", href: "tel:+919672864324", icon: Phone }
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCTA
|
||||
tag="Contact Us"
|
||||
tagIcon={Mail}
|
||||
title="Get in Touch with Web Design Tech360"
|
||||
description="Reach out to us via email or phone for inquiries, project discussions, or support."
|
||||
buttons={[
|
||||
{ text: "Email Us", href: "mailto:info@webdesigntech360.com" },
|
||||
{ text: "Call Us", href: "tel:+919672864324" }
|
||||
]}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<FooterCard
|
||||
logoText="Web Design Tech360"
|
||||
copyrightText="© 2025 Web Design Tech360. All rights reserved."
|
||||
|
||||
@@ -47,28 +47,28 @@ export default function WorkPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Innovate Solutions", category: "Web Design, Development", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero1.webp", imageAlt: "Modern Business Website"
|
||||
id: "1", name: "Innovate Solutions", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero1.webp", imageAlt: "Modern Business Website"
|
||||
},
|
||||
{
|
||||
id: "2", name: "ShopSphere", category: "E-commerce, UX/UI", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp?_wi=1", imageAlt: "E-commerce Platform Redesign"
|
||||
id: "2", name: "ShopSphere", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero2.webp?_wi=1", imageAlt: "E-commerce Platform Redesign"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Global Connect", category: "WordPress Development", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp?_wi=1", imageAlt: "Corporate WordPress Site"
|
||||
id: "3", name: "Global Connect", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero3.webp?_wi=1", imageAlt: "Corporate WordPress Site"
|
||||
},
|
||||
{
|
||||
id: "4", name: "LaunchPad", category: "Landing Page, SEO", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero4.webp?_wi=1", imageAlt: "Startup Landing Page"
|
||||
id: "4", name: "LaunchPad", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero4.webp?_wi=1", imageAlt: "Startup Landing Page"
|
||||
},
|
||||
{
|
||||
id: "5", name: "DataDash App", category: "Web Application, UI/UX", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero5.webp", imageAlt: "Custom Web Application"
|
||||
id: "5", name: "DataDash App", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/hero/hero5.webp", imageAlt: "Custom Web Application"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Creative Canvas", category: "Portfolio, Responsive Design", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/services/how2.webp", imageAlt: "Portfolio Site for Artist"
|
||||
id: "6", name: "Creative Canvas", price: "", rating: 5,
|
||||
reviewCount: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency/services/how2.webp", imageAlt: "Portfolio Site for Artist"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user