a
This commit is contained in:
@@ -12,6 +12,7 @@ import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'
|
|||||||
import { CheckCircle, Flower2, Leaf, Palette, Sparkles, MessageCircle } from "lucide-react";
|
import { CheckCircle, Flower2, Leaf, Palette, Sparkles, MessageCircle } from "lucide-react";
|
||||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||||
import ContactForm from "@/components/form/ContactForm";
|
import ContactForm from "@/components/form/ContactForm";
|
||||||
|
import CardStack from "@/components/cardStack/CardStack";
|
||||||
|
|
||||||
const handleImageClick = (imageUrl) => {
|
const handleImageClick = (imageUrl) => {
|
||||||
window.open(imageUrl, '_blank', 'width=80%');
|
window.open(imageUrl, '_blank', 'width=80%');
|
||||||
@@ -207,6 +208,14 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="metrics-new" data-section="metrics-new">
|
||||||
|
<CardStack
|
||||||
|
children="Sample children"
|
||||||
|
animationType="none"
|
||||||
|
textboxLayout="default"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
logoText="MossArt"
|
logoText="MossArt"
|
||||||
|
|||||||
Reference in New Issue
Block a user