Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -8,7 +8,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import { Zap, Shield, Star, Globe, ArrowRight } from 'lucide-react';
|
||||
import { Shield } from 'lucide-react';
|
||||
|
||||
export default function Page() {
|
||||
const navItems = [{ name: "Home", id: "/" }];
|
||||
@@ -74,6 +74,7 @@ export default function Page() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Standard", price: "$99", imageSrc: "/placeholder.svg" },
|
||||
{ id: "2", name: "Pro", price: "$199", imageSrc: "/placeholder.svg" },
|
||||
@@ -88,6 +89,7 @@ export default function Page() {
|
||||
title="Get in touch with us"
|
||||
description="We are here to help you achieve your goals."
|
||||
buttons={[{ text: "Contact Sales" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user