Merge version_3 into main #3
@@ -61,6 +61,7 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
title="Beauty Favorites"
|
||||
description="Professional skincare picks for your glow."
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", name: "Hydrating Serum", price: "Rs. 2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-assortment-skin-care-cream_23-2148761485.jpg" },
|
||||
{ id: "p2", name: "Matte Finish Lipstick", price: "Rs. 999", imageSrc: "http://img.b2bpic.net/free-photo/foundation-container-beauty-blender_23-2149705493.jpg" },
|
||||
@@ -77,6 +78,7 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
title="Kitchen Essentials"
|
||||
description="Make cooking professional and simple."
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "k1", name: "Digital Scale", price: "Rs. 1,200", imageSrc: "http://img.b2bpic.net/free-photo/cupcake-with-icing-bag-sprinkle-nozzle-wooden-desk_23-2147942574.jpg" },
|
||||
{ id: "k2", name: "Whisk Set", price: "Rs. 800", imageSrc: "http://img.b2bpic.net/free-photo/white-eggs-carton-container-bowl-whisker-marble-surface_114579-53667.jpg" },
|
||||
@@ -95,6 +97,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Curated Collections"
|
||||
description="Quality products sourced for you."
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -104,6 +107,7 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
title="Weekly Highlights"
|
||||
description="Proven results for our community."
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "500+", title: "Deals Updated", items: ["Daily refreshed", "Verified"] },
|
||||
{ id: "m2", value: "10K+", title: "Happy Shoppers", items: ["Trusted affiliate"] },
|
||||
@@ -117,6 +121,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
title="Expert Guides"
|
||||
description="Read our latest tips."
|
||||
useInvertedBackground={false}
|
||||
blogs={[
|
||||
{ id: "b1", category: "Beauty", title: "Top Skincare for Humidity", excerpt: "Stay fresh all day.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-jar_187299-45799.jpg", authorName: "Admin", authorAvatar: "", date: "Oct 2024" },
|
||||
{ id: "b2", category: "Kitchen", title: "Baking 101", excerpt: "Easy starters.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-using-whisk_23-2149599587.jpg", authorName: "Admin", authorAvatar: "", date: "Oct 2024" }
|
||||
@@ -129,6 +135,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
title="Community Love"
|
||||
description="What our shoppers say."
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Ayesha K.", role: "User", testimonial: "Best deals in Pakistan!", imageSrc: "" },
|
||||
{ id: "t2", name: "Bilal S.", role: "User", testimonial: "So convenient.", imageSrc: "" }
|
||||
@@ -141,6 +149,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="Get daily deal alerts on WhatsApp!"
|
||||
buttons={[{ text: "Join Community", href: "#" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user