Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 476daacf8b | |||
| 57920cc45f | |||
| 3762e4cb57 | |||
| 6399f6c335 | |||
| e5ae5526d3 | |||
| 6945209b5a |
@@ -114,6 +114,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
|
{
|
||||||
|
id: "p4", brand: "Lumina", name: "Cat-Eye Gold", price: "$169", rating: 5,
|
||||||
|
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/sexy-blonde-woman-with-red-lips-puts-colorful-sunglasses-attractive-curly-lady-beige-trench-coat-looks-into-camera-outdoors_197531-23192.jpg"},
|
||||||
{
|
{
|
||||||
id: "p1", brand: "Lumina", name: "Classic Midnight", price: "$129", rating: 5,
|
id: "p1", brand: "Lumina", name: "Classic Midnight", price: "$129", rating: 5,
|
||||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-woman-with-red-lips_158538-4157.jpg"},
|
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-woman-with-red-lips_158538-4157.jpg"},
|
||||||
@@ -123,9 +126,6 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "p3", brand: "Lumina", name: "Crystal Clear", price: "$119", rating: 5,
|
id: "p3", brand: "Lumina", name: "Crystal Clear", price: "$119", rating: 5,
|
||||||
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-eyeglasses-with-shadow_23-2148290332.jpg"},
|
reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-eyeglasses-with-shadow_23-2148290332.jpg"},
|
||||||
{
|
|
||||||
id: "p4", brand: "Lumina", name: "Cat-Eye Gold", price: "$169", rating: 5,
|
|
||||||
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/sexy-blonde-woman-with-red-lips-puts-colorful-sunglasses-attractive-curly-lady-beige-trench-coat-looks-into-camera-outdoors_197531-23192.jpg"},
|
|
||||||
{
|
{
|
||||||
id: "p5", brand: "Lumina", name: "Titanium Edge", price: "$199", rating: 5,
|
id: "p5", brand: "Lumina", name: "Titanium Edge", price: "$199", rating: 5,
|
||||||
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-tourist-woman-having-fun-amusement-park-hot-summer-day-trip_346278-453.jpg"},
|
reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-tourist-woman-having-fun-amusement-park-hot-summer-day-trip_346278-453.jpg"},
|
||||||
@@ -189,7 +189,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1", title: "Do you offer shipping internationally?", content: "Yes, we ship globally to over 50 countries with tracking included."},
|
id: "q1", title: "Do you offer shipping internationally?", content: "Yes, we ship globally to over 50 countries with tracking included. Typical international delivery takes 7-14 business days."},
|
||||||
{
|
{
|
||||||
id: "q2", title: "How long is your warranty?", content: "All frames are covered by a 12-month manufacturer warranty."},
|
id: "q2", title: "How long is your warranty?", content: "All frames are covered by a 12-month manufacturer warranty."},
|
||||||
{
|
{
|
||||||
@@ -236,4 +236,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user