Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc26699b2e | |||
| 2161601dc1 |
@@ -12,7 +12,7 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import { CheckCircle, Heart, MessageCircle, Move, Shield, Sparkles } from "lucide-react";
|
||||
import { CheckCircle, Heart, Move, Shield, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -210,7 +210,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "prod-1", name: "Conjunto Fitness Rosa", price: "R$ 159,90", imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-thoughtful-sporty-woman-dressed-activewears-sneakers-carries-rolled-fitness-mat-going-have-yoga-practice-outdoors-against-modern-city-building-aerobics-concept_273609-57748.jpg", imageAlt: "Conjunto fitness rosa em modelo"},
|
||||
id: "prod-1", name: "Conjunto Fitness Rosa", price: "R$ 159,90", imageSrc: "http://img.b2bpic.net/free-photo/full-length-shot-thoughtful-sporty-woman-dressed-activewears-sneakers-carries-rolled-fitness-mat-going-have-yoga-practice-outdoors-poses-against-modern-city-building-aerobics-concept_273609-57748.jpg", imageAlt: "Conjunto fitness rosa em modelo"},
|
||||
{
|
||||
id: "prod-2", name: "Short Fitness Verde", price: "R$ 89,90", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-summer-vacation-tropical-beach_285396-6346.jpg", imageAlt: "Short fitness verde em modelo"},
|
||||
{
|
||||
@@ -312,15 +312,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
<a
|
||||
href="https://wa.me/5574988091336?text=Olá!%20Vi%20o%20site%20da%20Use%20Mi%20Fitness%20e%20gostaria%20de%20ver%20as%20peças%20disponíveis."
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="fixed bottom-4 right-4 z-[9999] bg-green-500 hover:bg-green-600 text-white p-4 rounded-full shadow-lg flex items-center justify-center transition-all duration-300 transform hover:scale-105"
|
||||
aria-label="Fale conosco pelo WhatsApp"
|
||||
>
|
||||
<MessageCircle size={28} />
|
||||
</a>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user