Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc74968051 | |||
| c64e75311f | |||
| d1e9f9f2b7 | |||
| 3987ba1a34 |
@@ -3,13 +3,13 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Star } from "lucide-react";
|
||||
import { Star, MapPin, Phone, Instagram, Facebook } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -109,15 +109,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Ju Saramenha"
|
||||
columns={[
|
||||
{ title: "Menu", items: [{ label: "Home", href: "#hero" }, { label: "Cardápio", href: "#products" }] },
|
||||
{ title: "Contato", items: [{ label: "WhatsApp", href: "#contact" }, { label: "Localização", href: "#contact" }] }
|
||||
]}
|
||||
/>
|
||||
<FooterCard
|
||||
logoText="Ju Saramenha"
|
||||
copyrightText="© 2025 Ju Saramenha | Todos os direitos reservados"
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Phone, href: "https://wa.me/5500000000000", ariaLabel: "WhatsApp" },
|
||||
{ icon: MapPin, href: "#contact", ariaLabel: "Localização" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user