Merge version_1 into main #19
@@ -43,6 +43,8 @@ export default function HomePage() {
|
||||
names={["Google", "Microsoft", "Amazon", "Netflix"]}
|
||||
title="Trusted by Industry Leaders"
|
||||
description="Scaling businesses across the globe."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="services" data-section="services">
|
||||
@@ -50,6 +52,8 @@ export default function HomePage() {
|
||||
title="Our Services"
|
||||
description="We provide comprehensive solutions."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ id: "1", title: "Web Design", description: "Crafting beautiful interfaces.", tag: "Design" },
|
||||
{ id: "2", title: "Cloud Infrastructure", description: "Scaling your operations.", tag: "Cloud" }
|
||||
@@ -63,6 +67,7 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Landing Page", price: "$500", imageSrc: "https://images.unsplash.com/photo-1550751827-4bd374c3f58b" },
|
||||
{ id: "2", name: "Mobile App", price: "$1500", imageSrc: "https://images.unsplash.com/photo-1550751827-4bd374c3f58b" },
|
||||
@@ -75,6 +80,8 @@ export default function HomePage() {
|
||||
title="Our Process"
|
||||
description="Efficiency in every step."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "1", value: "100%", title: "Satisfaction", description: "Our primary goal.", imageSrc: "https://images.unsplash.com/photo-1550751827-4bd374c3f58b" },
|
||||
{ id: "2", value: "50+", title: "Projects", description: "Successfully completed.", imageSrc: "https://images.unsplash.com/photo-1550751827-4bd374c3f58b" }
|
||||
@@ -87,6 +94,7 @@ export default function HomePage() {
|
||||
description="What our clients say about us."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "John Doe", role: "CEO", testimonial: "Fantastic work!" },
|
||||
{ id: "2", name: "Jane Smith", role: "CTO", testimonial: "Professional and quick." }
|
||||
@@ -100,6 +108,7 @@ export default function HomePage() {
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{ id: "1", title: "How do I start?", content: "Contact us through the form." },
|
||||
{ id: "2", title: "What is the cost?", content: "Pricing varies by project." }
|
||||
@@ -110,6 +119,7 @@ export default function HomePage() {
|
||||
<ContactText
|
||||
text="Ready to start your project? Contact us today."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
|
||||
Reference in New Issue
Block a user