Merge version_1 into main #11
@@ -8,7 +8,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { ArrowRight, Mail } from 'lucide-react';
|
||||
import { Mail } from 'lucide-react';
|
||||
|
||||
export default function Page() {
|
||||
const navItems = [
|
||||
@@ -34,6 +34,9 @@ export default function Page() {
|
||||
title="Our Mission"
|
||||
description="We strive for excellence in every project we undertake."
|
||||
metrics={[{ value: "10+", title: "Years Experience" }, { value: "500+", title: "Projects Completed" }]}
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
@@ -43,6 +46,7 @@ export default function Page() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", brand: "Service", name: "Web Dev", price: "$99", rating: 5, reviewCount: "20", imageSrc: "https://picsum.photos/400/300" },
|
||||
{ id: "2", brand: "Service", name: "Cloud Setup", price: "$199", rating: 5, reviewCount: "30", imageSrc: "https://picsum.photos/400/300" },
|
||||
@@ -55,6 +59,7 @@ export default function Page() {
|
||||
title="Client Reviews"
|
||||
description="What our clients say about us."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "John Doe", date: "2023-01-01", title: "Excellent", quote: "Great results!", tag: "User", avatarSrc: "https://picsum.photos/50/50" },
|
||||
{ id: "2", name: "Jane Smith", date: "2023-02-01", title: "Reliable", quote: "Saved us time.", tag: "User", avatarSrc: "https://picsum.photos/50/50" }
|
||||
@@ -68,6 +73,7 @@ export default function Page() {
|
||||
ctaDescription="We'd love to hear from you."
|
||||
ctaButton={{ text: "Get in touch" }}
|
||||
ctaIcon={Mail}
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user