Update src/app/page.tsx
This commit is contained in:
192
src/app/page.tsx
192
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "pricing",
|
||||
},
|
||||
name: "Pricing", id: "pricing"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Buckley Digital"
|
||||
/>
|
||||
@@ -62,9 +52,7 @@ export default function LandingPage() {
|
||||
description="Buckley Digital builds cutting-edge marketing, automation, and web experiences that scale your business. Get big-agency impact at a price that makes sense."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Scale Your Business Today", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-techno-background-with-connecting-dots-lines_1048-5771.jpg"
|
||||
/>
|
||||
@@ -78,17 +66,11 @@ export default function LandingPage() {
|
||||
description="Buckley Digital was born out of a desire to bridge the gap between expensive enterprise agencies and the lean, hungry entrepreneur. We harness the power of AI to provide elite-level results."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "AI-Powered Strategy",
|
||||
description: "Cutting-edge tools for faster, smarter results.",
|
||||
},
|
||||
title: "AI-Powered Strategy", description: "Cutting-edge tools for faster, smarter results."},
|
||||
{
|
||||
title: "Entrepreneur-Focused",
|
||||
description: "Built for agility and growth-stage companies.",
|
||||
},
|
||||
title: "Entrepreneur-Focused", description: "Built for agility and growth-stage companies."},
|
||||
{
|
||||
title: "Transparent ROI",
|
||||
description: "Results you can see, metrics you can track.",
|
||||
},
|
||||
title: "Transparent ROI", description: "Results you can see, metrics you can track."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-intellegent-man-white-shirt-dark-photo-studio_613910-3434.jpg"
|
||||
/>
|
||||
@@ -102,30 +84,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "AI Marketing",
|
||||
description: "Automated lead gen and predictive ad optimization.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-glowing-optic-fibers_23-2149301600.jpg",
|
||||
},
|
||||
title: "AI Marketing", description: "Automated lead gen and predictive ad optimization.", imageSrc: "http://img.b2bpic.net/free-photo/view-glowing-optic-fibers_23-2149301600.jpg"},
|
||||
{
|
||||
title: "Website Design",
|
||||
description: "High-conversion, lightning-fast digital storefronts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neon-light-trail-metallic-background_53876-101342.jpg",
|
||||
},
|
||||
title: "Website Design", description: "High-conversion, lightning-fast digital storefronts.", imageSrc: "http://img.b2bpic.net/free-photo/neon-light-trail-metallic-background_53876-101342.jpg"},
|
||||
{
|
||||
title: "Social Management",
|
||||
description: "Content that cuts through the noise.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg",
|
||||
},
|
||||
title: "Social Management", description: "Content that cuts through the noise.", imageSrc: "http://img.b2bpic.net/free-photo/connecting-dots-background-network-communication-design_53876-160215.jpg"},
|
||||
{
|
||||
title: "Branding",
|
||||
description: "Memorable visual identities built to last.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macro-usb-type-c-port-neon-light-connector-closeup_169016-71437.jpg",
|
||||
},
|
||||
title: "Branding", description: "Memorable visual identities built to last.", imageSrc: "http://img.b2bpic.net/free-photo/macro-usb-type-c-port-neon-light-connector-closeup_169016-71437.jpg"},
|
||||
{
|
||||
title: "Business Automation",
|
||||
description: "Stop wasting time on manual tasks forever.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/illustration-smart-house-invention-automation-technology-laptop_53876-147702.jpg",
|
||||
},
|
||||
title: "Business Automation", description: "Stop wasting time on manual tasks forever.", imageSrc: "http://img.b2bpic.net/free-photo/illustration-smart-house-invention-automation-technology-laptop_53876-147702.jpg"},
|
||||
]}
|
||||
title="Our Digital Services"
|
||||
description="Premium digital solutions tailored for fast-paced growth."
|
||||
@@ -139,20 +106,11 @@ export default function LandingPage() {
|
||||
tag="Confidence in Results"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10x",
|
||||
description: "Speed-to-Market",
|
||||
},
|
||||
id: "m1", value: "10x", description: "Speed-to-Market"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "AI",
|
||||
description: "Powered Insights",
|
||||
},
|
||||
id: "m2", value: "AI", description: "Powered Insights"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Low",
|
||||
description: "Overhead Costs",
|
||||
},
|
||||
id: "m3", value: "Low", description: "Overhead Costs"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -163,14 +121,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"TechCorp",
|
||||
"GrowthCo",
|
||||
"InnovateLab",
|
||||
"StartupXYZ",
|
||||
"DigitalWave",
|
||||
"NexusGrowth",
|
||||
"ApexStartups",
|
||||
]}
|
||||
"TechCorp", "GrowthCo", "InnovateLab", "StartupXYZ", "DigitalWave", "NexusGrowth", "ApexStartups"]}
|
||||
title="Trusted Partners"
|
||||
description="Collaborating with high-potential brands worldwide."
|
||||
/>
|
||||
@@ -183,40 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "CEO",
|
||||
testimonial: "Buckley Digital transformed our online presence in weeks. Incredible value.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "CEO", testimonial: "Buckley Digital transformed our online presence in weeks. Incredible value.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike R.",
|
||||
role: "Founder",
|
||||
testimonial: "Finally, an agency that speaks entrepreneur language. Fast and effective.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-man-standing-room-white-shirt_1157-13679.jpg",
|
||||
},
|
||||
id: "2", name: "Mike R.", role: "Founder", testimonial: "Finally, an agency that speaks entrepreneur language. Fast and effective.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-stylish-man-standing-room-white-shirt_1157-13679.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily K.",
|
||||
role: "Marketing Dir",
|
||||
testimonial: "Their AI automation service saved my team 20 hours a week.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
|
||||
},
|
||||
id: "3", name: "Emily K.", role: "Marketing Dir", testimonial: "Their AI automation service saved my team 20 hours a week.", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
role: "CTO",
|
||||
testimonial: "Reliable, modern, and extremely professional.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-looking-camera-against-grey-wall_23-2148130316.jpg",
|
||||
},
|
||||
id: "4", name: "David L.", role: "CTO", testimonial: "Reliable, modern, and extremely professional.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-man-looking-camera-against-grey-wall_23-2148130316.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Rachel P.",
|
||||
role: "Owner",
|
||||
testimonial: "The best investment for our digital growth this year.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg",
|
||||
},
|
||||
id: "5", name: "Rachel P.", role: "Owner", testimonial: "The best investment for our digital growth this year.", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2708.jpg"},
|
||||
]}
|
||||
title="Hear From Our Clients"
|
||||
description="Why entrepreneurs choose us for their digital growth."
|
||||
@@ -230,54 +156,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "starter",
|
||||
badge: "Essential",
|
||||
price: "$1,500",
|
||||
subtitle: "For early stage startups",
|
||||
features: [
|
||||
"Marketing Strategy",
|
||||
"Social Media Setup",
|
||||
"Basic Automation",
|
||||
],
|
||||
id: "starter", badge: "Essential", price: "$1,500", subtitle: "For early stage startups", features: [
|
||||
"Marketing Strategy", "Social Media Setup", "Basic Automation"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "growth",
|
||||
badge: "Growth",
|
||||
price: "$3,500",
|
||||
subtitle: "For scaling brands",
|
||||
features: [
|
||||
"Full AI Marketing",
|
||||
"Website Optimization",
|
||||
"Advanced Automation",
|
||||
],
|
||||
id: "growth", badge: "Growth", price: "$3,500", subtitle: "For scaling brands", features: [
|
||||
"Full AI Marketing", "Website Optimization", "Advanced Automation"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise",
|
||||
badge: "Scale",
|
||||
price: "$6,000+",
|
||||
subtitle: "For established enterprises",
|
||||
features: [
|
||||
"Custom Build",
|
||||
"Dedicated Manager",
|
||||
"Full AI Implementation",
|
||||
],
|
||||
id: "enterprise", badge: "Scale", price: "$6,000+", subtitle: "For established enterprises", features: [
|
||||
"Custom Build", "Dedicated Manager", "Full AI Implementation"],
|
||||
buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -290,8 +189,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Inquiry"
|
||||
title="Ready to Start?"
|
||||
description="Book a consultation with Tyler and his team today."
|
||||
@@ -302,29 +200,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Marketing",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Marketing", href: "#services"},
|
||||
{
|
||||
label: "Web Build",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Web Build", href: "#services"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -335,4 +223,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user