Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
248
src/app/page.tsx
248
src/app/page.tsx
@@ -34,35 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Solutions",
|
||||
id: "#solutions",
|
||||
},
|
||||
name: "Solutions", id: "#solutions"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
]}
|
||||
brandName="Creve"
|
||||
button={{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Us", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -75,38 +61,24 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/creative-businessmen-with-drawn-bulbs_1134-663.jpg"
|
||||
imageAlt="Diverse business team collaborating in a modern office"
|
||||
showBlur={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg",
|
||||
alt: "Professional smiling business person",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-lady-looking-copyspace-with-interest_1262-2957.jpg", alt: "Professional smiling business person"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/long-curly-hair-youn-man-with-crossed-hands_158595-3775.jpg",
|
||||
alt: "Confident young executive portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/long-curly-hair-youn-man-with-crossed-hands_158595-3775.jpg", alt: "Confident young executive portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg",
|
||||
alt: "Diverse team member headshot",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-cheerful-teenage-girl-sitting-cafe_1262-3048.jpg", alt: "Diverse team member headshot"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-elder-business-woman-out-working-laptop_23-2148661147.jpg",
|
||||
alt: "Experienced consultant smiling",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-elder-business-woman-out-working-laptop_23-2148661147.jpg", alt: "Experienced consultant smiling"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-entrepreneur-working-laptop-while-relaxing-outdoor-cafe_637285-3439.jpg",
|
||||
alt: "Young entrepreneur happy",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-happy-entrepreneur-working-laptop-while-relaxing-outdoor-cafe_637285-3439.jpg", alt: "Young entrepreneur happy"},
|
||||
]}
|
||||
avatarText="Join 5,000+ satisfied clients."
|
||||
/>
|
||||
@@ -120,9 +92,7 @@ export default function LandingPage() {
|
||||
tag="Our Philosophy"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn More", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/businesswoman-working-with-project-statistics-preparing-report-team-meeting_1163-3899.jpg"
|
||||
imageAlt="Business professionals discussing growth charts"
|
||||
@@ -136,35 +106,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Strategic Consulting",
|
||||
tags: [
|
||||
"Strategy",
|
||||
"Planning",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sustainable-light-bulb-alternatives_23-2149165741.jpg",
|
||||
imageAlt: "People discussing strategic plans on a whiteboard",
|
||||
},
|
||||
id: "f1", title: "Strategic Consulting", tags: [
|
||||
"Strategy", "Planning"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-sustainable-light-bulb-alternatives_23-2149165741.jpg", imageAlt: "People discussing strategic plans on a whiteboard"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Digital Transformation",
|
||||
tags: [
|
||||
"Tech",
|
||||
"Innovation",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-network-digital-security-data-protection_23-2151998477.jpg",
|
||||
imageAlt: "Abstract digital network with data flowing",
|
||||
},
|
||||
id: "f2", title: "Digital Transformation", tags: [
|
||||
"Tech", "Innovation"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cybersecurity-network-digital-security-data-protection_23-2151998477.jpg", imageAlt: "Abstract digital network with data flowing"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Client Relationship Management",
|
||||
tags: [
|
||||
"CRM",
|
||||
"Support",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-suit-headphones-with-microphone-looking-camera-smiling-showing-thumbs-up-standing-white-background_141793-53912.jpg",
|
||||
imageAlt: "Two business people shaking hands in agreement",
|
||||
},
|
||||
id: "f3", title: "Client Relationship Management", tags: [
|
||||
"CRM", "Support"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-suit-headphones-with-microphone-looking-camera-smiling-showing-thumbs-up-standing-white-background_141793-53912.jpg", imageAlt: "Two business people shaking hands in agreement"},
|
||||
]}
|
||||
title="Our Core Services"
|
||||
description="We offer a comprehensive suite of services designed to meet your business needs and drive exceptional outcomes."
|
||||
@@ -179,47 +131,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Enterprise AI Solutions",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-running-data-insights-empty-dark-office-late-night_482257-130090.jpg",
|
||||
imageAlt: "Modern enterprise software dashboard with AI elements",
|
||||
},
|
||||
id: "p1", name: "Enterprise AI Solutions", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-running-data-insights-empty-dark-office-late-night_482257-130090.jpg", imageAlt: "Modern enterprise software dashboard with AI elements"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Business Process Optimization",
|
||||
price: "Tailored Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-energy-specialists-coordinates-activity-chroma-key_482257-126017.jpg",
|
||||
imageAlt: "Business partners shaking hands over a laptop",
|
||||
},
|
||||
id: "p2", name: "Business Process Optimization", price: "Tailored Quote", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-energy-specialists-coordinates-activity-chroma-key_482257-126017.jpg", imageAlt: "Business partners shaking hands over a laptop"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Financial Advisory",
|
||||
price: "Project-based",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-plan-strategy-development-process-graphic-concept_53876-122615.jpg",
|
||||
imageAlt: "Financial charts and graphs with a calculator",
|
||||
},
|
||||
id: "p3", name: "Financial Advisory", price: "Project-based", imageSrc: "http://img.b2bpic.net/free-photo/business-plan-strategy-development-process-graphic-concept_53876-122615.jpg", imageAlt: "Financial charts and graphs with a calculator"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Digital Marketing Strategy",
|
||||
price: "Competitive Rates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop_53876-20652.jpg",
|
||||
imageAlt: "Marketing analysis showing data and trends",
|
||||
},
|
||||
id: "p4", name: "Digital Marketing Strategy", price: "Competitive Rates", imageSrc: "http://img.b2bpic.net/free-photo/person-using-laptop_53876-20652.jpg", imageAlt: "Marketing analysis showing data and trends"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Talent Development Programs",
|
||||
price: "Variable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hiring-career-employment-human-resources-concept_53876-121273.jpg",
|
||||
imageAlt: "Group of professionals participating in a workshop",
|
||||
},
|
||||
id: "p5", name: "Talent Development Programs", price: "Variable", imageSrc: "http://img.b2bpic.net/free-photo/hiring-career-employment-human-resources-concept_53876-121273.jpg", imageAlt: "Group of professionals participating in a workshop"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Innovation & R&D Consulting",
|
||||
price: "Consultation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-gesture-pressing-power-button-hologram_53876-104362.jpg",
|
||||
imageAlt: "Abstract representation of innovation and ideas",
|
||||
},
|
||||
id: "p6", name: "Innovation & R&D Consulting", price: "Consultation", imageSrc: "http://img.b2bpic.net/free-photo/hand-gesture-pressing-power-button-hologram_53876-104362.jpg", imageAlt: "Abstract representation of innovation and ideas"},
|
||||
]}
|
||||
title="Transformative Solutions for Every Business"
|
||||
description="Our specialized solutions are designed to address unique industry challenges and create new avenues for growth."
|
||||
@@ -232,50 +154,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Exceptional Strategic Guidance",
|
||||
quote: "Creve's team provided unparalleled strategic guidance that completely transformed our market approach. Their insights were invaluable, leading to a significant increase in our customer engagement.",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO, TechInnovate",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg",
|
||||
imageAlt: "Sarah Johnson, CEO of TechInnovate",
|
||||
},
|
||||
id: "1", title: "Exceptional Strategic Guidance", quote: "Creve's team provided unparalleled strategic guidance that completely transformed our market approach. Their insights were invaluable, leading to a significant increase in our customer engagement.", name: "Sarah Johnson", role: "CEO, TechInnovate", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-drag-queen-indoors_23-2149556820.jpg", imageAlt: "Sarah Johnson, CEO of TechInnovate"},
|
||||
{
|
||||
id: "2",
|
||||
title: "A True Partner in Growth",
|
||||
quote: "Working with Creve has been a game-changer. Their dedication to understanding our specific needs and delivering tailored solutions truly makes them a partner, not just a vendor.",
|
||||
name: "Michael Chen",
|
||||
role: "CTO, FutureSoft",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-smiling-cheerful-showing-pointing-with-fingers-teeth-mouth-dental-health-concept_839833-16033.jpg",
|
||||
imageAlt: "Michael Chen, CTO of FutureSoft",
|
||||
},
|
||||
id: "2", title: "A True Partner in Growth", quote: "Working with Creve has been a game-changer. Their dedication to understanding our specific needs and delivering tailored solutions truly makes them a partner, not just a vendor.", name: "Michael Chen", role: "CTO, FutureSoft", imageSrc: "http://img.b2bpic.net/free-photo/bald-man-with-beard-wearing-business-clothes-glasses-smiling-cheerful-showing-pointing-with-fingers-teeth-mouth-dental-health-concept_839833-16033.jpg", imageAlt: "Michael Chen, CTO of FutureSoft"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Outstanding Results Delivered",
|
||||
quote: "The results speak for themselves. Creve helped us streamline our operations and achieve efficiency levels we thought were impossible. Highly recommend their expertise! ",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director, Global Brands",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg",
|
||||
imageAlt: "Emily Rodriguez, Marketing Director of Global Brands",
|
||||
},
|
||||
id: "3", title: "Outstanding Results Delivered", quote: "The results speak for themselves. Creve helped us streamline our operations and achieve efficiency levels we thought were impossible. Highly recommend their expertise! ", name: "Emily Rodriguez", role: "Marketing Director, Global Brands", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-man-using-computer-laptop-home-smiling-confident-pointing-with-fingers-different-directions-copy-space-advertisement_839833-25307.jpg", imageAlt: "Emily Rodriguez, Marketing Director of Global Brands"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Innovative and Forward-Thinking",
|
||||
quote: "Creve brings fresh perspectives and innovative solutions to the table. Their forward-thinking approach has positioned us perfectly for future challenges and opportunities.",
|
||||
name: "David Kim",
|
||||
role: "Founder, Nexus Ventures",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167407.jpg",
|
||||
imageAlt: "David Kim, Founder of Nexus Ventures",
|
||||
},
|
||||
id: "4", title: "Innovative and Forward-Thinking", quote: "Creve brings fresh perspectives and innovative solutions to the table. Their forward-thinking approach has positioned us perfectly for future challenges and opportunities.", name: "David Kim", role: "Founder, Nexus Ventures", imageSrc: "http://img.b2bpic.net/free-photo/authentic-small-youthful-marketing-agency_23-2150167407.jpg", imageAlt: "David Kim, Founder of Nexus Ventures"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Professional and Responsive",
|
||||
quote: "The professionalism and responsiveness of Creve's team were outstanding. They were always available to address our concerns and adapt to our evolving requirements.",
|
||||
name: "Jessica Lee",
|
||||
role: "Operations Manager, Apex Corp",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg",
|
||||
imageAlt: "Jessica Lee, Operations Manager of Apex Corp",
|
||||
},
|
||||
id: "5", title: "Professional and Responsive", quote: "The professionalism and responsiveness of Creve's team were outstanding. They were always available to address our concerns and adapt to our evolving requirements.", name: "Jessica Lee", role: "Operations Manager, Apex Corp", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg", imageAlt: "Jessica Lee, Operations Manager of Apex Corp"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear directly from the businesses and leaders who have partnered with Creve for their most critical initiatives."
|
||||
@@ -287,15 +174,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Global Corp",
|
||||
"Innovate Solutions",
|
||||
"Future Dynamics",
|
||||
"Stratagem Group",
|
||||
"Pioneer Tech",
|
||||
"Elite Ventures",
|
||||
"Synergy Partners",
|
||||
"Core Dynamics",
|
||||
]}
|
||||
"Global Corp", "Innovate Solutions", "Future Dynamics", "Stratagem Group", "Pioneer Tech", "Elite Ventures", "Synergy Partners", "Core Dynamics"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Our commitment to excellence has earned us the trust of renowned companies worldwide."
|
||||
showCard={false}
|
||||
@@ -307,22 +186,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "200+",
|
||||
description: "Successful Projects Completed",
|
||||
},
|
||||
id: "m1", value: "200+", description: "Successful Projects Completed"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction Rate",
|
||||
},
|
||||
id: "m2", value: "98%", description: "Client Satisfaction Rate"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "15+",
|
||||
description: "Years of Industry Experience",
|
||||
},
|
||||
id: "m3", value: "15+", description: "Years of Industry Experience"},
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="Quantifying our dedication to delivering tangible value and achieving outstanding results for our clients."
|
||||
@@ -335,25 +206,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What industries does Creve specialize in?",
|
||||
content: "Creve serves a diverse range of industries including technology, finance, healthcare, manufacturing, and retail. Our adaptable methodologies allow us to cater to unique challenges across various sectors.",
|
||||
},
|
||||
id: "q1", title: "What industries does Creve specialize in?", content: "Creve serves a diverse range of industries including technology, finance, healthcare, manufacturing, and retail. Our adaptable methodologies allow us to cater to unique challenges across various sectors."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How does Creve ensure client success?",
|
||||
content: "We prioritize client success through a collaborative approach, custom-tailored solutions, continuous communication, and a strong focus on measurable outcomes. Our post-implementation support ensures long-term value.",
|
||||
},
|
||||
id: "q2", title: "How does Creve ensure client success?", content: "We prioritize client success through a collaborative approach, custom-tailored solutions, continuous communication, and a strong focus on measurable outcomes. Our post-implementation support ensures long-term value."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "What is Creve's approach to digital transformation?",
|
||||
content: "Our digital transformation approach involves a thorough assessment of your current ecosystem, identifying key areas for improvement, implementing cutting-edge technologies, and ensuring seamless integration and adoption within your organization.",
|
||||
},
|
||||
id: "q3", title: "What is Creve's approach to digital transformation?", content: "Our digital transformation approach involves a thorough assessment of your current ecosystem, identifying key areas for improvement, implementing cutting-edge technologies, and ensuring seamless integration and adoption within your organization."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Can Creve assist with international projects?",
|
||||
content: "Yes, Creve has extensive experience with international projects. Our global network of experts and understanding of diverse market dynamics enable us to provide effective solutions across different geographical regions.",
|
||||
},
|
||||
id: "q4", title: "Can Creve assist with international projects?", content: "Yes, Creve has extensive experience with international projects. Our global network of experts and understanding of diverse market dynamics enable us to provide effective solutions across different geographical regions."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about Creve's services, approach, and how we can help your business."
|
||||
@@ -365,20 +224,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Ready to Transform?"
|
||||
title="Let's Build Your Future Together"
|
||||
description="Whether you have a specific project in mind or just want to explore possibilities, our team is here to help. Reach out today for a personalized consultation."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Call",
|
||||
href: "#",
|
||||
},
|
||||
text: "Schedule a Call", href: "#"},
|
||||
{
|
||||
text: "Send an Email",
|
||||
href: "mailto:info@creve.com",
|
||||
},
|
||||
text: "Send an Email", href: "mailto:info@creve.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -387,13 +241,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Creve"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user