Merge version_2 into main #15
@@ -52,17 +52,19 @@ export default function Page() {
|
||||
<div id="menu" data-section="menu">
|
||||
<FeatureCardNineteen
|
||||
title="Our Services"
|
||||
description="Comprehensive services tailored to your needs."
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ tag: "Fast", title: "Service 1", subtitle: "Subtitle", description: "Description", imageSrc: "/placeholder.jpg" },
|
||||
{ tag: "Secure", title: "Service 2", subtitle: "Subtitle", description: "Description", imageSrc: "/placeholder.jpg" }
|
||||
{ tag: "Fast", title: "Service 1", subtitle: "Subtitle", description: "High-speed performance", imageSrc: "/placeholder.jpg" },
|
||||
{ tag: "Secure", title: "Service 2", subtitle: "Subtitle", description: "Enterprise-grade security", imageSrc: "/placeholder.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="signatures" data-section="signatures">
|
||||
<ProductCardThree
|
||||
title="Signatures"
|
||||
description="Unique products curated for you."
|
||||
textboxLayout="default"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
animationType="blur-reveal"
|
||||
@@ -77,6 +79,7 @@ export default function Page() {
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardOne
|
||||
title="Testimonials"
|
||||
description="What our clients say about us."
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
@@ -90,6 +93,7 @@ export default function Page() {
|
||||
<div id="atmosphere" data-section="atmosphere">
|
||||
<TeamCardOne
|
||||
title="Our Team"
|
||||
description="Meet the experts behind our success."
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="blur-reveal"
|
||||
@@ -104,6 +108,7 @@ export default function Page() {
|
||||
<ContactSplitForm
|
||||
title="Contact Us"
|
||||
description="Get in touch with our team."
|
||||
useInvertedBackground={false}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email", required: true }
|
||||
|
||||
Reference in New Issue
Block a user