Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-04-29 16:24:42 +00:00

View File

@@ -6,14 +6,11 @@ import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatin
import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import FeatureBento from "@/components/sections/feature/FeatureBento";
import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout";
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 { Sparkles, Search, ArrowUpRight } from "lucide-react";
export default function WebAgency2Page() {
return (
@@ -110,20 +107,28 @@ export default function WebAgency2Page() {
{
title: "Summit Roofing", description: "Professional roofing services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-4.webp", imageAlt: "Summit Roofing website", buttonIcon: ArrowUpRight,
buttonHref: "#"},
{
title: "Dubai Real Estate", description: "Luxury property listings", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/project-5.webp", imageAlt: "Dubai Real Estate website", buttonIcon: ArrowUpRight,
buttonHref: "#"},
]}
/>
</div>
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: 'text', content: 'About Me' },
{ type: 'image', src: 'https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D1hTrXAoQzCkKA7h1YToWwmm0y/uploaded-1777479685271-blekxp6i.jpg' },
{ type: 'text', content: 'Yash Aher Studio' },
]}
className="py-20"
containerClassName="flex flex-col md:flex-row items-center gap-12"
imageWrapperClassName="w-full md:w-1/2"
imageClassName="rounded-2xl object-cover w-full h-[500px]"
useInvertedBackground={false}
/>
>
<div className="w-full md:w-1/2">
<h2 className="text-4xl font-bold mb-6">About Me</h2>
<p className="text-lg leading-relaxed text-muted-foreground">
I am an IT engineer and website & app developer based in Mumbai with over 2+ years of experience.
I specialize in building high-performance, responsive digital solutions that bring ideas to life.
</p>
</div>
</InlineImageSplitTextAbout>
</div>
<div id="faq" data-section="faq">
<FaqBase
@@ -133,11 +138,8 @@ export default function WebAgency2Page() {
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
{ id: "1", title: "How long does a typical project take?", content: "Most projects are completed within 2-4 weeks depending on scope and complexity. We'll provide a detailed timeline during our initial consultation." },
{ id: "2", title: "What is your pricing structure?", content: "We offer project-based pricing tailored to your needs. Every project includes design, development, SEO optimization, and post-launch support." },
{ id: "3", title: "Do you offer ongoing maintenance?", content: "Yes! We provide ongoing support and maintenance packages to keep your website updated, secure, and performing at its best." },
{ id: "4", title: "Can you redesign my existing website?", content: "Absolutely. We specialize in website redesigns that modernize your brand while preserving your existing content and SEO rankings." },
{ id: "5", title: "What technologies do you use?", content: "We build with modern technologies including Next.js, React, and Tailwind CSS to ensure fast, scalable, and maintainable websites." },
{ id: "1", title: "How long does a typical project take?", content: "Most projects are completed within 2-4 weeks depending on scope and complexity." },
{ id: "2", title: "What is your pricing structure?", content: "We offer project-based pricing tailored to your needs." },
]}
/>
</div>
@@ -145,11 +147,10 @@ export default function WebAgency2Page() {
<ContactCTA
tag="Get in Touch"
title="Ready to Transform Your Digital Presence?"
description="Let's build something extraordinary together. Get in touch and let's discuss your next project."
description="Let's build something extraordinary together."
background={{ variant: "rotated-rays-animated" }}
buttons={[
{ text: "Start Your Project", href: "#contact" },
{ text: "View Our Work", href: "#work" },
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -159,32 +160,7 @@ export default function WebAgency2Page() {
<FooterBase
logoText="Yash Aher Studio"
copyrightText="© 2026 | Yash Aher Studio"
columns={[
{
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: "#" },
],
},
]}
columns={[]}
/>
</div>
</ReactLenis>