Compare commits
10 Commits
version_13
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 87c67266f5 | |||
| c3f7103fb5 | |||
| 45e0165855 | |||
| 6ce1edc8ed | |||
| bd3a3d0210 | |||
| 704b201c38 | |||
| 397602a18a | |||
| bfb40dc999 | |||
| 3bd977f5cc | |||
| 3160f7bcca |
@@ -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 What’s 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}
|
||||
|
||||
@@ -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"
|
||||
@@ -154,12 +169,10 @@ export default function LandingPage() {
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user