18 Commits

Author SHA1 Message Date
87c67266f5 Update src/app/page.tsx 2026-03-12 15:30:17 +00:00
c3f7103fb5 Update theme colors 2026-03-12 15:27:12 +00:00
45e0165855 Update src/app/page.tsx 2026-03-12 15:25:49 +00:00
6ce1edc8ed Merge version_15 into main
Merge version_15 into main
2026-03-12 15:16:37 +00:00
bd3a3d0210 Update src/app/contact/page.tsx 2026-03-12 15:16:33 +00:00
704b201c38 Merge version_14 into main
Merge version_14 into main
2026-03-12 15:12:57 +00:00
397602a18a Update src/app/page.tsx 2026-03-12 15:12:53 +00:00
bfb40dc999 Merge version_13 into main
Merge version_13 into main
2026-03-12 15:09:10 +00:00
658fadffce Update src/app/page.tsx 2026-03-12 15:09:06 +00:00
3bd977f5cc Merge version_13 into main
Merge version_13 into main
2026-03-12 15:08:33 +00:00
8fb50d8838 Update src/app/page.tsx 2026-03-12 15:08:29 +00:00
3160f7bcca Merge version_13 into main
Merge version_13 into main
2026-03-12 15:06:11 +00:00
8e50e5d6f1 Update src/app/page.tsx 2026-03-12 15:06:07 +00:00
629742cbad Merge version_12 into main
Merge version_12 into main
2026-03-12 15:00:12 +00:00
37bf032860 Merge version_12 into main
Merge version_12 into main
2026-03-12 14:58:36 +00:00
4c4d6f93d6 Merge version_12 into main
Merge version_12 into main
2026-03-12 14:52:35 +00:00
6e2f7a5bb3 Merge version_12 into main
Merge version_12 into main
2026-03-12 14:49:54 +00:00
94d1da40bd Merge version_12 into main
Merge version_12 into main
2026-03-12 14:41:30 +00:00
2 changed files with 23 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import { Mail, Rocket } from "lucide-react";
import { Mail } from "lucide-react";
export default function ContactPage() {
return (
@@ -37,7 +37,7 @@ export default function ContactPage() {
<ContactSplit
tag="Get In Touch"
tagIcon={Mail}
title="See Whats Possible for Your Business "
title="See What's Possible for Your Business "
description="Ready to grow your business? Share your information and let's schedule a call to discuss your needs. Whether you're looking for a website, ads management, creative producti"
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}

View File

@@ -91,6 +91,21 @@ export default function LandingPage() {
/>
</div>
<div id="textbox" data-section="textbox">
<div style={{
maxWidth: "800px", margin: "0 auto", padding: "3rem 1.5rem", textAlign: "center"
}}>
<h2 style={{
fontSize: "2rem", fontWeight: "700", marginBottom: "1rem", color: "var(--foreground)"
}}>Welcome to Our Text Box</h2>
<p style={{
fontSize: "1.125rem", lineHeight: "1.6", color: "var(--foreground)", opacity: "0.9"
}}>
This is a simple text box section added to the home page. You can add any content you want here, including text, paragraphs, or any other information you'd like to display to your visitors.
</p>
</div>
</div>
<div id="demo-website" data-section="demo-website">
<MetricSplitMediaAbout
tag="Low-Friction Path to Results"
@@ -142,24 +157,22 @@ export default function LandingPage() {
tagIcon={Target}
products={[
{
id: "1", name: "Service Businesses", price: "Contractors • Landscapers • Roofers", variant: "Handymen • Plumbers • HVAC • Remodelers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/tmp/professional-local-contractor-standing-n-1773326968021-51e00a46.png", imageAlt: "Service Business Logo"
id: "1", name: "", price: "", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/tmp/professional-local-contractor-standing-n-1773326968021-51e00a46.png", imageAlt: "Service Business Logo"
},
{
id: "2", name: "Local Service Industries", price: "Barbershops • Gyms • Salons", variant: "Aesthetics • Hair Services • Fitness Studios", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/tmp/modern-barber-or-aesthetic-professional--1773327044104-512242e1.png", imageAlt: "Local Service Logo"
id: "2", name: "", price: "", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/tmp/modern-barber-or-aesthetic-professional--1773327044104-512242e1.png", imageAlt: "Local Service Logo"
},
{
id: "3", name: "E-Commerce Brands", price: "Online Retail • Direct-to-Consumer", variant: "Product-Based • Dropshipping • SaaS", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/clean-modern-workspace-with-product-pack-1773327115199-5b2b44d1.png", imageAlt: "E-Commerce Logo"
id: "3", name: "", price: "", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/clean-modern-workspace-with-product-pack-1773327115199-5b2b44d1.png", imageAlt: "E-Commerce Logo"
},
{
id: "4", name: "Professional Services", price: "Consulting • Agencies • Advisors", variant: "Brokers • Coaches • Digital Agencies", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/tmp/confident-business-professional-working--1773327576054-cf3ce66b.png", imageAlt: "Professional Services Logo"
id: "4", name: "", price: "", variant: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai86BRUMbva0WDBhojvh7eeV0v/tmp/confident-business-professional-working--1773327576054-cf3ce66b.png", imageAlt: "Professional Services Logo"
}
]}
gridVariant="uniform-all-items-equal"
gridVariant="bento-grid"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
cardClassName="flex flex-col h-full overflow-hidden"
imageClassName="w-full h-64 object-cover object-center"
/>
</div>
@@ -183,7 +196,7 @@ export default function LandingPage() {
{
id: "enterprise", badge: "For Scaling Brands", badgeIcon: Zap,
price: "$500/mo", subtitle: "Maximum creative output and strategy", buttons: [{ text: "Get Started", href: "/contact" }],
features: ["15+ ad variations monthly", "A/B testing frameworks", "Video and static assets", "Campaign-specific creative", "Unlimited revisions", "Dedicated creative support", "Quarterly strategy sessions"]
features: ["15+ ad variations monthly", "A/B testing frameworks", "Video and static assets", "Campaign-specific creative", "Unlimited revisions", "Dedicated creative support", ""]
}
]}
animationType="slide-up"