Merge version_1 into main #8
@@ -48,12 +48,12 @@ export default function HomePage() {
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
showStepNumbers={false}
|
||||
features={[]}
|
||||
features={[{ title: "Scalability", description: "Built to grow with your business.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1557683316-973673baf926" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1557683316-973673baf926" } }, { title: "Security", description: "Enterprise-grade protection.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1557683316-973673baf926" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1557683316-973673baf926" } }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen title="Our Impact" tag="Growth" metrics={[]} metricsAnimation="none" useInvertedBackground={false} />
|
||||
<MetricCardFourteen title="Our Impact" tag="Growth" metrics={[{ id: "m1", value: "100%", description: "Client Satisfaction" }, { id: "m2", value: "50+", description: "Projects Delivered" }]} metricsAnimation="none" useInvertedBackground={false} />
|
||||
</div>
|
||||
<div id="orion" data-section="orion">
|
||||
<FeatureCardNine
|
||||
@@ -62,7 +62,7 @@ export default function HomePage() {
|
||||
animationType="none"
|
||||
textboxLayout="default"
|
||||
showStepNumbers={false}
|
||||
features={[]}
|
||||
features={[{ title: "Analytics", description: "Data-driven insights.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1557683316-973673baf926" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1557683316-973673baf926" } }, { title: "Integration", description: "Seamless workflow.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1557683316-973673baf926" }, phoneTwo: { imageSrc: "https://images.unsplash.com/photo-1557683316-973673baf926" } }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -70,7 +70,7 @@ export default function HomePage() {
|
||||
<ContactCenter tag="Connect" title="Get in touch" description="Let's build something." background={{ variant: "plain" }} useInvertedBackground={false} />
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia imageSrc="https://images.unsplash.com/photo-1557683316-973673baf926" logoText="Webild" columns={[]} />
|
||||
<FooterMedia imageSrc="https://images.unsplash.com/photo-1557683316-973673baf926" logoText="Webild" columns={[{ title: "Company", items: [{ label: "Home", href: "/" }] }]} />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user