Update src/app/page.tsx
This commit is contained in:
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "Process", id: "process" },
|
{ name: "Process", id: "process" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "philosophy" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ name: "Contact", id: "contact" }
|
||||||
]}
|
]}
|
||||||
button={{ text: "Start Your Growth", href: "contact" }}
|
button={{ text: "Start Your Growth", href: "contact" }}
|
||||||
@@ -131,7 +131,7 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="philosophy" data-section="philosophy">
|
||||||
<TestimonialAboutCard
|
<TestimonialAboutCard
|
||||||
tag="Our Philosophy"
|
tag="Our Philosophy"
|
||||||
tagIcon={Lightbulb}
|
tagIcon={Lightbulb}
|
||||||
@@ -139,7 +139,7 @@ export default function LandingPage() {
|
|||||||
description="Founded on data-driven creativity"
|
description="Founded on data-driven creativity"
|
||||||
subdescription="Premium growth partner for European brands"
|
subdescription="Premium growth partner for European brands"
|
||||||
icon={Zap}
|
icon={Zap}
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/blue-abstract-background-with-geometric-shapes_1035-4239.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-vector/blue-abstract-background-with-geometric-shapes_1035-4239.jpg"
|
||||||
imageAlt="DESIGNITY-WEB philosophy"
|
imageAlt="DESIGNITY-WEB philosophy"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -155,20 +155,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{
|
{
|
||||||
id: "discover", tag: "Step 1: Discover", price: "", period: "", description: "Deep-dive audit of your brand, market dynamics, and competitive landscape. We uncover hidden opportunities.", button: { text: "Learn More" },
|
id: "discover", tag: "Step 1: Discover", price: "", period: "", description: "Deep-dive audit of your brand, market dynamics, and competitive landscape. We uncover hidden opportunities.", button: { text: "Learn More" }, featuresTitle: "What We Do:", features: ["Market research and competitive analysis", "Brand assessment and positioning audit", "Customer journey mapping"]
|
||||||
featuresTitle: "What We Do:", features: ["Market research and competitive analysis", "Brand assessment and positioning audit", "Customer journey mapping"]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "strategize", tag: "Step 2: Strategize", price: "", period: "", description: "Custom growth roadmap built on data and insight. Clear targets, proven tactics, measurable milestones.", button: { text: "Learn More" },
|
id: "strategize", tag: "Step 2: Strategize", price: "", period: "", description: "Custom growth roadmap built on data and insight. Clear targets, proven tactics, measurable milestones.", button: { text: "Learn More" }, featuresTitle: "What We Do:", features: ["Strategic growth blueprint", "Channel selection and prioritization", "Budget allocation framework"]
|
||||||
featuresTitle: "What We Do:", features: ["Strategic growth blueprint", "Channel selection and prioritization", "Budget allocation framework"]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "execute", tag: "Step 3: Execute", price: "", period: "", description: "Launch precision campaigns across all channels. Our team ensures flawless execution and continuous optimization.", button: { text: "Learn More" },
|
id: "execute", tag: "Step 3: Execute", price: "", period: "", description: "Launch precision campaigns across all channels. Our team ensures flawless execution and continuous optimization.", button: { text: "Learn More" }, featuresTitle: "What We Do:", features: ["Campaign setup and launch", "Multi-channel execution", "Real-time performance monitoring"]
|
||||||
featuresTitle: "What We Do:", features: ["Campaign setup and launch", "Multi-channel execution", "Real-time performance monitoring"]
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "optimize", tag: "Step 4: Optimize", price: "", period: "", description: "Continuous refinement and testing. Every decision backed by data for compounding results over time.", button: { text: "Learn More" },
|
id: "optimize", tag: "Step 4: Optimize", price: "", period: "", description: "Continuous refinement and testing. Every decision backed by data for compounding results over time.", button: { text: "Learn More" }, featuresTitle: "What We Do:", features: ["A/B testing and experimentation", "Weekly performance reporting", "Iterative strategy refinement"]
|
||||||
featuresTitle: "What We Do:", features: ["A/B testing and experimentation", "Weekly performance reporting", "Iterative strategy refinement"]
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -183,22 +179,22 @@ export default function LandingPage() {
|
|||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Sarah Müller", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Müller"
|
id: "1", name: "Sarah Müller", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Müller"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Johannes Weber", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Johannes Weber"
|
id: "2", name: "Johannes Weber", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Johannes Weber"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "Claire Dupont", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Claire Dupont"
|
id: "3", name: "Claire Dupont", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Claire Dupont"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Marco Rossi", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Marco Rossi"
|
id: "4", name: "Marco Rossi", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marco Rossi"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Elena Bergström", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "Elena Bergström"
|
id: "5", name: "Elena Bergström", imageSrc: "http://img.b2bpic.net/free-photo/young-serious-businessman-looking-camera-meeting-headshot-portrait_1163-3923.jpg", imageAlt: "Elena Bergström"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Thomas Kowalski", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Thomas Kowalski"
|
id: "6", name: "Thomas Kowalski", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Thomas Kowalski"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
@@ -212,7 +208,7 @@ export default function LandingPage() {
|
|||||||
tagIcon={Rocket}
|
tagIcon={Rocket}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "sparkles-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-vector/blue-abstract-background-with-geometric-shapes_1035-4239.jpg?_wi=2"
|
imageSrc="http://img.b2bpic.net/free-vector/blue-abstract-background-with-geometric-shapes_1035-4239.jpg"
|
||||||
imageAlt="Contact DESIGNITY-WEB"
|
imageAlt="Contact DESIGNITY-WEB"
|
||||||
mediaPosition="right"
|
mediaPosition="right"
|
||||||
inputPlaceholder="your@email.com"
|
inputPlaceholder="your@email.com"
|
||||||
|
|||||||
Reference in New Issue
Block a user