Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2df1b3dde2 | |||
| 0bc4fea30e | |||
| 89bdba9f94 |
@@ -10,7 +10,7 @@ import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCar
|
|||||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||||
import { Heart, Shield, Leaf, Users, Headphones, Mail, Droplet, Award } from "lucide-react";
|
import { Heart, Shield, Leaf, Users, Headphones, Mail } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
|||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Shop Collection", href: "#products" },
|
{ text: "Shop Now", href: "#products" },
|
||||||
{ text: "Learn More", href: "#about" }
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -124,24 +124,6 @@ export default function LandingPage() {
|
|||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-daily-pads-with-shadow-tampon-high-view_23-2148381657.jpg?_wi=3"
|
imageSrc: "http://img.b2bpic.net/free-photo/pile-daily-pads-with-shadow-tampon-high-view_23-2148381657.jpg?_wi=3"
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 3,
|
|
||||||
title: "Eco-Friendly Materials", description: "100% biodegradable and sustainable materials that care for you and the planet without compromise.", phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-bath-accessories-blue-background-top-view_169016-14930.jpg?_wi=3"
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-wrapped-pads-tampon-top-view_23-2148381619.jpg?_wi=3"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: 4,
|
|
||||||
title: "Dermatologist Approved", description: "Clinically tested and hypoallergenic formula designed specifically for sensitive skin and peace of mind.", phoneOne: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-daily-pads-with-shadow-tampon-high-view_23-2148381657.jpg?_wi=4"
|
|
||||||
},
|
|
||||||
phoneTwo: {
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-bath-accessories-blue-background-top-view_169016-14930.jpg?_wi=4"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
showStepNumbers={true}
|
showStepNumbers={true}
|
||||||
@@ -301,4 +283,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user