Merge version_1 into main #2
179
src/app/page.tsx
179
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
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="Darwin Tech"
|
||||
/>
|
||||
@@ -54,21 +46,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Elite Web Design for Premium Brands"
|
||||
description="We specialize in crafting bespoke, high-performance luxury websites that drive growth, paired with dedicated monthly management so you can focus on leading your business."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "View Our Services", href: "#services"},
|
||||
{
|
||||
text: "Get a Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Consultation", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-stationery-arrangement-with-lavender_23-2148279745.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-stationery-arrangement-with-lavender_23-2148279745.jpg"
|
||||
imageAlt="Luxury web design agency workspace"
|
||||
/>
|
||||
</div>
|
||||
@@ -79,9 +66,7 @@ export default function LandingPage() {
|
||||
title="Crafting Digital Excellence"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn About Our Mission",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn About Our Mission", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -93,48 +78,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Luxury Web Design",
|
||||
description: "Bespoke UI/UX design tailored specifically to your unique brand identity.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page-template_52683-4521.jpg?_wi=1",
|
||||
imageAlt: "Bespoke design interface",
|
||||
},
|
||||
id: "f1", title: "Luxury Web Design", description: "Bespoke UI/UX design tailored specifically to your unique brand identity.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stationery-arrangement-with-lavender_23-2148279745.jpg", imageAlt: "luxury office desk workspace"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Modern UI frameworks",
|
||||
},
|
||||
text: "Modern UI frameworks"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "High-end aesthetic standards",
|
||||
},
|
||||
text: "High-end aesthetic standards"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-stationery-arrangement-with-lavender_23-2148279745.jpg?_wi=2",
|
||||
imageAlt: "luxury office desk workspace",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Continuous Growth Management",
|
||||
description: "Ongoing technical maintenance, security, and content updates to stay ahead of the competition.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page-template_52683-4521.jpg?_wi=2",
|
||||
imageAlt: "Growth dashboard",
|
||||
},
|
||||
id: "f2", title: "Continuous Growth Management", description: "Ongoing technical maintenance, security, and content updates to stay ahead of the competition.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page-template_52683-4521.jpg", imageAlt: "web management dashboard interface"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "24/7 Security monitoring",
|
||||
},
|
||||
text: "24/7 Security monitoring"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Strategic content delivery",
|
||||
},
|
||||
text: "Strategic content delivery"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/abstract-landing-page-template_52683-4521.jpg?_wi=3",
|
||||
imageAlt: "web management dashboard interface",
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Digital Solutions"
|
||||
@@ -149,55 +116,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "Growth",
|
||||
price: "$1,500/mo",
|
||||
subtitle: "Essential maintenance & growth",
|
||||
buttons: [
|
||||
id: "p1", badge: "Growth", price: "$1,500/mo", subtitle: "Essential maintenance & growth", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Weekly updates",
|
||||
"SEO Optimization",
|
||||
"Security patches",
|
||||
],
|
||||
"Weekly updates", "SEO Optimization", "Security patches"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "Enterprise",
|
||||
price: "$3,000/mo",
|
||||
subtitle: "Full service & strategy",
|
||||
buttons: [
|
||||
id: "p2", badge: "Enterprise", price: "$3,000/mo", subtitle: "Full service & strategy", buttons: [
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Daily updates",
|
||||
"Dedicated support",
|
||||
"Advanced analytics",
|
||||
],
|
||||
"Daily updates", "Dedicated support", "Advanced analytics"],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "Custom",
|
||||
price: "Custom",
|
||||
subtitle: "Bespoke strategy for scale",
|
||||
buttons: [
|
||||
id: "p3", badge: "Custom", price: "Custom", subtitle: "Bespoke strategy for scale", buttons: [
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Strategy consulting",
|
||||
"Custom dev",
|
||||
"24/7 Priority",
|
||||
],
|
||||
"Strategy consulting", "Custom dev", "24/7 Priority"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Partnerships"
|
||||
@@ -207,44 +147,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTwo
|
||||
animationType="slide-up"
|
||||
description="See what our clients say about us."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "CEO",
|
||||
testimonial: "Darwin Tech transformed our online presence. Truly world-class.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg?_wi=1",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", role: "CEO", testimonial: "Darwin Tech transformed our online presence. Truly world-class.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Chen",
|
||||
role: "Marketing Dir",
|
||||
testimonial: "The management fee is worth every penny for the ROI we see.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-bicycle-gear_1170-2511.jpg",
|
||||
},
|
||||
id: "t2", name: "David Chen", role: "Marketing Dir", testimonial: "The management fee is worth every penny for the ROI we see.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-holding-bicycle-gear_1170-2511.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena Rossi",
|
||||
role: "Founder",
|
||||
testimonial: "Professional, efficient, and exceptionally high-end work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-caucasian-woman-office-looking-camera_23-2148187145.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena Rossi", role: "Founder", testimonial: "Professional, efficient, and exceptionally high-end work.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-caucasian-woman-office-looking-camera_23-2148187145.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Mark V.",
|
||||
role: "Director",
|
||||
testimonial: "An incredible partner for our business operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
|
||||
},
|
||||
id: "t4", name: "Mark V.", role: "Director", testimonial: "An incredible partner for our business operations.", imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Julian Frost",
|
||||
role: "CTO",
|
||||
testimonial: "They deliver complex technical solutions with ease and precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg?_wi=2",
|
||||
},
|
||||
id: "t5", name: "Julian Frost", role: "CTO", testimonial: "They deliver complex technical solutions with ease and precision.", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-with-trendy-hairdo-frowns-face-with-pleasure_273609-8674.jpg"},
|
||||
]}
|
||||
title="Trusted by Leaders"
|
||||
/>
|
||||
@@ -256,22 +173,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What's included in management?",
|
||||
content: "Security, updates, speed optimizations, and basic content edits.",
|
||||
},
|
||||
id: "q1", title: "What's included in management?", content: "Security, updates, speed optimizations, and basic content edits."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How long is the contract?",
|
||||
content: "We work on a flexible month-to-month partnership model.",
|
||||
},
|
||||
id: "q2", title: "How long is the contract?", content: "We work on a flexible month-to-month partnership model."},
|
||||
]}
|
||||
ctaTitle="Ready to scale?"
|
||||
ctaDescription="Schedule a 15-minute consult to discuss your project."
|
||||
ctaButton={{
|
||||
text: "Email us now",
|
||||
href: "mailto:contact@darwintech.com",
|
||||
}}
|
||||
text: "Email us now", href: "mailto:contact@darwintech.com"}}
|
||||
ctaIcon={Mail}
|
||||
/>
|
||||
</div>
|
||||
@@ -282,25 +191,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Pricing", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user