This commit is contained in:
2026-01-16 17:09:47 +02:00
parent 3c9978d8ad
commit dc07f6ac29

View File

@@ -10,10 +10,6 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { CheckCircle, Flower2, Leaf, Palette, Sparkles, MessageCircle } from "lucide-react";
import ContactFaq from "@/components/sections/contact/ContactFaq";
import ContactForm from "@/components/form/ContactForm";
import CardStack from "@/components/cardStack/CardStack";
import StatCard from "@/components/cards/StatCard";
const handleImageClick = (imageUrl) => {
window.open(imageUrl, '_blank', 'width=80%');
@@ -153,14 +149,6 @@ export default function LandingPage() {
/>
</div>
<div id="about-new" data-section="about-new">
<ContactForm
title="Your Title Here"
description="Add your description here."
tag="Sample tag"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Loved by Designers, Planners & Clients"
@@ -209,79 +197,6 @@ export default function LandingPage() {
]}
/>
</div>
<div id="metrics-new" data-section="metrics-new">
<CardStack
animationType="none"
textboxLayout="default"
mode="buttons"
gridVariant="uniform-all-items-equal"
title="Your Title Here"
description="Add your description here."
tag="Sample tag"
tagIcon={MessageCircle}
buttons={[
{
"text": "Get Started",
"href": "#"
},
{
"text": "Learn More",
"href": "#"
}
]}
useInvertedBackground="noInvert"
ariaLabel="Card stack"
>
<StatCard value="10K+" label="Happy Customers" description="Trusted by businesses worldwide" />
<StatCard value="99.9%" label="Uptime" description="Reliable and always available" />
<StatCard value="24/7" label="Support" description="Round-the-clock assistance" />
<StatCard value="50+" label="Countries" description="Global presence and reach" />
</CardStack>
</div>
<div id="metrics-new" data-section="metrics-new">
<CardStack
children="Sample children"
animationType="none"
textboxLayout="default"
mode="buttons"
gridVariant="uniform-all-items-equal"
uniformGridCustomHeightClasses="varies by usage"
title="Your Title Here"
titleSegments="text"
description="Add your description here."
tag="Sample tag"
tagIcon={MessageCircle}
buttons={[
{
"text": "High-quality solution tailored to your needs.",
"onClick": "Sample onClick 1",
"href": "#"
},
{
"text": "Professional-grade features for growing teams.",
"onClick": "Sample onClick 2",
"href": "#"
},
{
"text": "Enterprise-level capabilities for large organizations.",
"onClick": "Sample onClick 3",
"href": "#"
}
]}
useInvertedBackground="noInvert"
ariaLabel="Card stack"
/>
</div>
<div id="metrics-new" data-section="metrics-new">
<CardStack
children="Sample children"
animationType="none"
textboxLayout="default"
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="MossArt"