Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 566552a715 | |||
| aa55b05be9 |
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroBillboardCarouselSplit from '@/components/sections/hero/HeroBillboardCarouselSplit';
|
||||
@@ -8,9 +8,9 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni
|
||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||
import PricingCardFive from '@/components/sections/pricing/PricingCardFive';
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FooterSplit from '@/components/sections/footer/FooterSplit';
|
||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
||||
import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
|
||||
import { Heart, Leaf, Mail, MapPin, MessageSquare, Palette, Phone, Sparkles, Users } from 'lucide-react';
|
||||
import { Heart, Leaf, Mail, MapPin, MessageSquare, Palette, Phone, Sparkles, Users, Instagram, Globe } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -253,9 +253,8 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterSplit
|
||||
<FooterSocial
|
||||
logoText="MossArt"
|
||||
title="Nature-Inspired Design for Meaningful Moments"
|
||||
columns={[
|
||||
{
|
||||
title: "Studio", items: [
|
||||
@@ -279,11 +278,12 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
contactItems={[
|
||||
{ icon: Mail, text: "hello@mossart.studio" },
|
||||
{ icon: Phone, text: "(555) 792-4015" },
|
||||
{ icon: MapPin, text: "Chicago, IL" }
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com/mossart", ariaLabel: "Instagram" },
|
||||
{ icon: Globe, href: "https://mossart.studio", ariaLabel: "Website" },
|
||||
{ icon: Mail, href: "mailto:hello@mossart.studio", ariaLabel: "Email" }
|
||||
]}
|
||||
copyrightText="© MossArt, Inc. 2025. Handcrafted botanical artistry."
|
||||
/>
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
|
||||
Reference in New Issue
Block a user