44 Commits

Author SHA1 Message Date
b9f6742d52 Update src/app/page.tsx 2026-03-13 10:34:38 +00:00
156d0eb027 Merge version_5 into main
Merge version_5 into main
2026-03-13 10:32:18 +00:00
dd120ae211 Update src/app/page.tsx 2026-03-13 10:32:14 +00:00
4c620d7419 Switch to version 3: modified src/app/styles/base.css 2026-03-13 10:29:22 +00:00
dd24538ad1 Switch to version 3: modified src/app/page.tsx 2026-03-13 10:29:21 +00:00
54abaed049 Switch to version 3: modified src/app/layout.tsx 2026-03-13 10:29:21 +00:00
b608e34838 Merge version_4 into main
Merge version_4 into main
2026-03-13 10:29:02 +00:00
12700d8063 Update theme fonts 2026-03-13 10:28:58 +00:00
160eecaa5c Update theme fonts 2026-03-13 10:28:58 +00:00
2b92ddfd4b Merge version_4 into main
Merge version_4 into main
2026-03-13 10:28:23 +00:00
92f3beeef5 Update theme fonts 2026-03-13 10:28:19 +00:00
fbdc5fa3c8 Update theme fonts 2026-03-13 10:28:19 +00:00
2029a7d909 Switch to version 4: modified src/app/page.tsx 2026-03-13 10:25:18 +00:00
c5deb87289 Switch to version 3: modified src/app/page.tsx 2026-03-13 10:24:42 +00:00
cbb7b71161 Merge version_4 into main
Merge version_4 into main
2026-03-13 10:21:43 +00:00
3f5b6f8557 Update src/app/page.tsx 2026-03-13 10:21:39 +00:00
1c64a65bea Merge version_3 into main
Merge version_3 into main
2026-03-13 10:18:39 +00:00
9661b562c1 Update src/app/contact/page.tsx 2026-03-13 10:18:35 +00:00
9089d25ce7 Merge version_3 into main
Merge version_3 into main
2026-03-13 10:13:00 +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 85 additions and 35 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

@@ -5,7 +5,6 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import TextAbout from "@/components/sections/about/TextAbout";
import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import FeatureCardTen from "@/components/sections/feature/FeatureCardTen";
import ContactText from "@/components/sections/contact/ContactText";
@@ -33,33 +32,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"
/>
@@ -72,10 +71,6 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="We transform complex ideas into intuitive, beautiful digital solutions that drive real business results"
useInvertedBackground={false}
buttons={[
{ text: "Learn Our Story", href: "#" },
{ text: "View Case Studies", href: "#" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -106,26 +101,6 @@ export default function LandingPage() {
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardOne
title="Our Impact by Numbers"
description="Results that speak for themselves. We measure success by the growth and satisfaction of our clients."
tag="Success Metrics"
tagIcon={TrendingUp}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
metrics={[
{ id: "1", value: "250", title: "Projects", description: "Successfully delivered across all industries", icon: Briefcase },
{ id: "2", value: "98", title: "% Satisfaction", description: "Client satisfaction and retention rate", icon: Heart },
{ id: "3", value: "45M", title: "Users Reached", description: "Combined reach of our digital solutions", icon: Users },
{ id: "4", value: "15", title: "Years Active", description: "Proven expertise and industry leadership", icon: Award }
]}
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
title="What Our Clients Say"
@@ -240,8 +215,8 @@ export default function LandingPage() {
background={{ variant: "plain" }}
useInvertedBackground={false}
buttons={[
{ text: "Start a Project", href: "#" },
{ text: "Schedule a Call", href: "#" }
{ text: "Get Your Free Consultation", href: "/contact" },
{ text: "Schedule a Call", href: "/contact" }
]}
/>
</div>