26 Commits

Author SHA1 Message Date
9661b562c1 Update src/app/contact/page.tsx 2026-03-13 10:18:35 +00:00
a810e1b2ba Update src/app/page.tsx 2026-03-13 10:12:56 +00:00
4c32e3a4d4 Merge version_2 into main
Merge version_2 into main
2026-03-13 10:10:50 +00:00
98b0af5e97 Update src/app/page.tsx 2026-03-13 10:10:46 +00:00
56392745c7 Merge version_2 into main
Merge version_2 into main
2026-03-13 10:04:36 +00:00
80c5820e6e Update src/app/page.tsx 2026-03-13 10:04:32 +00:00
c5fabb1a77 Update src/app/contact/page.tsx 2026-03-13 10:04:32 +00:00
35b7b40a36 Switch to version 2: modified src/app/page.tsx 2026-03-13 10:03:26 +00:00
c0f8c48777 Switch to version 2: added src/app/contact/page.tsx 2026-03-13 10:03:25 +00:00
e60bd08c56 Switch to version 1: remove src/app/contact/page.tsx 2026-03-13 10:03:17 +00:00
1ee751cd87 Switch to version 1: modified src/app/page.tsx 2026-03-13 10:03:16 +00:00
ad5621fced Merge version_2 into main
Merge version_2 into main
2026-03-13 09:53:01 +00:00
9b238fdad1 Update src/app/page.tsx 2026-03-13 09:52:57 +00:00
17c58a3e3d Update src/app/contact/page.tsx 2026-03-13 09:52:57 +00:00
e1dd38ff69 Merge version_2 into main
Merge version_2 into main
2026-03-13 09:52:36 +00:00
92f6dd300a Update src/app/page.tsx 2026-03-13 09:52:32 +00:00
03c95868c6 Add src/app/contact/page.tsx 2026-03-13 09:52:32 +00:00
7900d89be4 Merge version_1 into main
Merge version_1 into main
2026-03-13 09:51:18 +00:00
bf5321e031 Merge version_1 into main
Merge version_1 into main
2026-03-13 09:49:52 +00:00
80546d57b4 Merge version_1 into main
Merge version_1 into main
2026-03-13 09:49:16 +00:00
d96b851250 Merge version_1 into main
Merge version_1 into main
2026-03-13 09:47:38 +00:00
d830828e3a Merge version_1 into main
Merge version_1 into main
2026-03-13 09:46:09 +00:00
9e572d135f Merge version_1 into main
Merge version_1 into main
2026-03-13 09:45:03 +00:00
7ce39d5b69 Merge version_1 into main
Merge version_1 into main
2026-03-13 09:43:58 +00:00
e2cd2f5bb7 Merge version_1 into main
Merge version_1 into main
2026-03-13 09:42:55 +00:00
b86461eab9 Merge version_1 into main
Merge version_1 into main
2026-03-13 09:41:53 +00:00
2 changed files with 86 additions and 11 deletions

75
src/app/contact/page.tsx Normal file
View File

@@ -0,0 +1,75 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Github, Instagram, Linkedin, Twitter } from "lucide-react";
export default function ContactPage() {
return (
<ThemeProvider
defaultButtonVariant="icon-arrow"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="medium"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="AM Agency"
navItems={[
{ name: "Work", id: "/" },
{ name: "Process", id: "/" },
{ name: "About", id: "/" },
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get Started", href: "/contact" }}
animateOnLoad={true}
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
title="Get in Touch"
description="We'd love to hear from you. Send us a message and let's start discussing your project."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true }
]}
textarea={{
name: "message", placeholder: "Tell us about your project...", rows: 5,
required: true
}}
useInvertedBackground={false}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7GIMAiMrDMRaDjVpBEuEoiXn/uploaded-1773397105044-5mg78kxj.png"
imageAlt="Contact us to start your project"
mediaAnimation="slide-up"
mediaPosition="right"
buttonText="Send Message"
onSubmit={(data) => {
console.log("Form data:", data);
}}
/>
</div>
<div id="footer" data-section="footer">
<FooterCard
logoText=" AM Agency "
copyrightText="© 2026 AM Agency. All rights reserved."
socialLinks={[
{ icon: Linkedin, href: "https://linkedin.com/company/creativestudio", ariaLabel: "LinkedIn" },
{ icon: Twitter, href: "https://twitter.com/creativestudio", ariaLabel: "Twitter" },
{ icon: Instagram, href: "https://instagram.com/creativestudio", ariaLabel: "Instagram" },
{ icon: Github, href: "https://github.com/creativestudio", ariaLabel: "GitHub" }
]}
/>
</div>
</ThemeProvider>
);
}

View File

@@ -33,33 +33,33 @@ export default function LandingPage() {
{ name: "Work", id: "features" },
{ name: "Process", id: "process" },
{ name: "About", id: "about" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Get Started", href: "#contact" }}
button={{ text: "Get Started", href: "/contact" }}
animateOnLoad={true}
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
title="Crafting Digital Experiences That Inspire"
title="Crafting Modern & Luxurious Webiste for Business"
description="We design and build extraordinary digital products for ambitious brands. Transform your vision into reality with our expertise in web design, development, and creative strategy."
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "250+", label: "Projects Delivered" },
{ value: "15+", label: "Years Experience" },
{ value: "25+ ", label: "Projects Delivered" },
{ value: "100%", label: "Focused on Client Needs" },
{ value: "98%", label: "Client Satisfaction" }
]}
enableKpiAnimation={true}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7GIMAiMrDMRaDjVpBEuEoiXn/a-modern-creative-studio-workspace-with--1773394805437-eefa660c.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj7GIMAiMrDMRaDjVpBEuEoiXn/uploaded-1773396641155-y1d3vcet.png"
imageAlt="Creative studio workspace and design process"
mediaAnimation="slide-up"
buttons={[
{ text: "Explore Our Work", href: "#features" },
{ text: "Let's Talk", href: "#contact" }
{ text: "Let's Talk", href: "/contact" }
]}
buttonAnimation="slide-up"
tag="Award-Winning Agency"
tag="Highly Dedicated Agency"
tagIcon={Sparkles}
tagAnimation="slide-up"
/>
@@ -240,8 +240,8 @@ export default function LandingPage() {
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Start a Project", href: "#" },
{ text: "Schedule a Call", href: "#" }
{ text: "Start a Project", href: "/contact" },
{ text: "Schedule a Call", href: "/contact" }
]}
/>
</div>
@@ -260,4 +260,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}