Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b8d3b53e9c |
278
src/app/page.tsx
278
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Beauty",
|
name: "Beauty", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Kitchen",
|
name: "Kitchen", id: "kitchen"},
|
||||||
id: "kitchen",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Blog",
|
name: "Blog", id: "blog"},
|
||||||
id: "blog",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="TrendPK"
|
brandName="TrendPK"
|
||||||
/>
|
/>
|
||||||
@@ -58,74 +50,40 @@ export default function LandingPage() {
|
|||||||
description="Discover curated deals on premium skincare and kitchen essentials. Save big with Daraz today."
|
description="Discover curated deals on premium skincare and kitchen essentials. Save big with Daraz today."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Ayesha Khan",
|
name: "Ayesha Khan", handle: "Makeup Artist", testimonial: "I love how easy it is to find the best skincare deals here. Highly recommended!", rating: 5,
|
||||||
handle: "Makeup Artist",
|
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg"},
|
||||||
testimonial: "I love how easy it is to find the best skincare deals here. Highly recommended!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sara Ali",
|
name: "Sara Ali", handle: "Baker", testimonial: "Found amazing cake tools at great prices. Very reliable!", rating: 5,
|
||||||
handle: "Baker",
|
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-phone-paper-bags_23-2148339210.jpg"},
|
||||||
testimonial: "Found amazing cake tools at great prices. Very reliable!",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-holding-phone-paper-bags_23-2148339210.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Mehwish R.",
|
name: "Mehwish R.", handle: "Consumer", testimonial: "Fast updates on deals. My go-to for shopping.", rating: 5,
|
||||||
handle: "Consumer",
|
imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg"},
|
||||||
testimonial: "Fast updates on deals. My go-to for shopping.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/excited-joyful-beautiful-woman-gesturing-with-hand_74855-2753.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Fatima Z.",
|
name: "Fatima Z.", handle: "Influencer", testimonial: "Amazing collection and the affiliate links work perfectly.", rating: 5,
|
||||||
handle: "Influencer",
|
imageSrc: "http://img.b2bpic.net/free-photo/shopping-girl-using-her-mobile-phone_23-2148023296.jpg"},
|
||||||
testimonial: "Amazing collection and the affiliate links work perfectly.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/shopping-girl-using-her-mobile-phone_23-2148023296.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Hina K.",
|
name: "Hina K.", handle: "Professional", testimonial: "Best deals I've found in Pakistan so far.", rating: 5,
|
||||||
handle: "Professional",
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg"},
|
||||||
testimonial: "Best deals I've found in Pakistan so far.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Beauty",
|
text: "Shop Beauty", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Shop Kitchen",
|
text: "Shop Kitchen", href: "#kitchen"},
|
||||||
href: "#kitchen",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cutlery-tangerines-top-view_23-2148677999.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/cutlery-tangerines-top-view_23-2148677999.jpg"
|
||||||
imageAlt="beauty skincare products professional flatlay"
|
imageAlt="beauty skincare products professional flatlay"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg",
|
src: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg", alt: "Smiley woman doing the thumbs up"},
|
||||||
alt: "Smiley woman doing the thumbs up",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-adult-pressing-buzzer-button_23-2149586564.jpg", alt: "Young adult pressing buzzer button"},
|
||||||
alt: "Young adult pressing buzzer button",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-smiling-girl-shows-okay-ok-signs-look-satisfied-recommend-good-company-perfect-quality-praise-good-job-well-done-standing-pleased-against-white-background_176420-54380.jpg", alt: "Portrait of smiling girl shows okay OK signs look satisfied"},
|
||||||
alt: "Portrait of smiling girl shows okay OK signs look satisfied",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg",
|
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-wearing-casual-blue-shirt-success-sign-doing-positive-gesture-with-hand-thumbs-up-smiling-happy-cheerful-expression-winner-gesture_839833-2022.jpg", alt: "Young blonde woman wearing casual blue shirt success sign"},
|
||||||
alt: "Young blonde woman wearing casual blue shirt success sign",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/front-view-pretty-woman-smiling_23-2148316190.jpg",
|
src: "http://img.b2bpic.net/free-photo/front-view-pretty-woman-smiling_23-2148316190.jpg", alt: "Front view pretty woman smiling"},
|
||||||
alt: "Front view pretty woman smiling",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 10,000+ happy shoppers"
|
avatarText="Join 10,000+ happy shoppers"
|
||||||
/>
|
/>
|
||||||
@@ -139,42 +97,27 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Glow Serum", price: "Rs. 2,499", imageSrc: "http://img.b2bpic.net/free-photo/front-view-assortment-skin-care-cream_23-2148761485.jpg", onProductClick: () => window.open("https://daraz.pk", "_blank")
|
||||||
name: "Glow Serum",
|
|
||||||
price: "Rs. 2,499",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-assortment-skin-care-cream_23-2148761485.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Matte Lipstick", price: "Rs. 999", imageSrc: "http://img.b2bpic.net/free-photo/foundation-container-beauty-blender_23-2149705493.jpg", onProductClick: () => window.open("https://daraz.pk", "_blank")
|
||||||
name: "Matte Lipstick",
|
|
||||||
price: "Rs. 999",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/foundation-container-beauty-blender_23-2149705493.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Moisturizer", price: "Rs. 1,899", imageSrc: "http://img.b2bpic.net/free-photo/creative-display-makeup-product_23-2150063086.jpg", onProductClick: () => window.open("https://daraz.pk", "_blank")
|
||||||
name: "Moisturizer",
|
|
||||||
price: "Rs. 1,899",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-display-makeup-product_23-2150063086.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Hair Oil", price: "Rs. 1,299", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cosmetic-products-with-makeup-brush-black-backdrop_23-2147899405.jpg", onProductClick: () => window.open("https://daraz.pk", "_blank")
|
||||||
name: "Hair Oil",
|
|
||||||
price: "Rs. 1,299",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-cosmetic-products-with-makeup-brush-black-backdrop_23-2147899405.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Foundation", price: "Rs. 2,199", imageSrc: "http://img.b2bpic.net/free-photo/red-serum-bottle-with-dropper_187299-47321.jpg", onProductClick: () => window.open("https://daraz.pk", "_blank")
|
||||||
name: "Foundation",
|
|
||||||
price: "Rs. 2,199",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/red-serum-bottle-with-dropper_187299-47321.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Face Wash", price: "Rs. 899", imageSrc: "http://img.b2bpic.net/free-photo/top-view-blush-with-make-up-brush_23-2148210796.jpg", onProductClick: () => window.open("https://daraz.pk", "_blank")
|
||||||
name: "Face Wash",
|
|
||||||
price: "Rs. 899",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-blush-with-make-up-brush_23-2148210796.jpg",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{ text: "View Deal", href: "https://daraz.pk" }
|
||||||
|
]}
|
||||||
title="Trending Beauty Essentials"
|
title="Trending Beauty Essentials"
|
||||||
description="Top-rated skincare and makeup picks available on Daraz."
|
description="Top-rated skincare and makeup picks available on Daraz."
|
||||||
/>
|
/>
|
||||||
@@ -186,26 +129,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
tag: "Beauty",
|
tag: "Beauty", title: "Skincare & Makeup", subtitle: "Premium Glow", description: "High-quality products for your skin.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-foundation-bottle-plant_23-2149030339.jpg"},
|
||||||
title: "Skincare & Makeup",
|
|
||||||
subtitle: "Premium Glow",
|
|
||||||
description: "High-quality products for your skin.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-foundation-bottle-plant_23-2149030339.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Hair",
|
tag: "Hair", title: "Hair Care", subtitle: "Silky Shine", description: "Best solutions for hair health.", imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-green-leaf-assortment_23-2149353093.jpg"},
|
||||||
title: "Hair Care",
|
|
||||||
subtitle: "Silky Shine",
|
|
||||||
description: "Best solutions for hair health.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-green-leaf-assortment_23-2149353093.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
tag: "Kitchen",
|
tag: "Kitchen", title: "Baking Tools", subtitle: "Master Baker", description: "Professional tools for every baker.", imageSrc: "http://img.b2bpic.net/free-photo/lady-is-preparing-dessert-woman-bakes-cake_1157-42195.jpg"},
|
||||||
title: "Baking Tools",
|
|
||||||
subtitle: "Master Baker",
|
|
||||||
description: "Professional tools for every baker.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lady-is-preparing-dessert-woman-bakes-cake_1157-42195.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Shop by Categories"
|
title="Shop by Categories"
|
||||||
description="Explore our curated collections."
|
description="Explore our curated collections."
|
||||||
@@ -220,42 +148,27 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "k1",
|
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", onProductClick: () => window.open("https://daraz.pk", "_blank")
|
||||||
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",
|
id: "k2", name: "Cake Mold Set", price: "Rs. 2,500", imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-empty-dishes-tableware_23-2150310719.jpg", onProductClick: () => window.open("https://daraz.pk", "_blank")
|
||||||
name: "Cake Mold Set",
|
|
||||||
price: "Rs. 2,500",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-empty-dishes-tableware_23-2150310719.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "k3",
|
id: "k3", name: "Whisk Mixer", price: "Rs. 800", imageSrc: "http://img.b2bpic.net/free-photo/white-eggs-carton-container-bowl-whisker-marble-surface_114579-53667.jpg", onProductClick: () => window.open("https://daraz.pk", "_blank")
|
||||||
name: "Whisk Mixer",
|
|
||||||
price: "Rs. 800",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/white-eggs-carton-container-bowl-whisker-marble-surface_114579-53667.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "k4",
|
id: "k4", name: "Measuring Cups", price: "Rs. 600", imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-near-birthday-cake-ingredients_23-2147825800.jpg", onProductClick: () => window.open("https://daraz.pk", "_blank")
|
||||||
name: "Measuring Cups",
|
|
||||||
price: "Rs. 600",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-near-birthday-cake-ingredients_23-2147825800.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "k5",
|
id: "k5", name: "Spatula Set", price: "Rs. 750", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cupcakes-arrangement-flat-lay_23-2149653252.jpg", onProductClick: () => window.open("https://daraz.pk", "_blank")
|
||||||
name: "Spatula Set",
|
|
||||||
price: "Rs. 750",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-cupcakes-arrangement-flat-lay_23-2149653252.jpg",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "k6",
|
id: "k6", name: "Kitchen Timer", price: "Rs. 500", imageSrc: "http://img.b2bpic.net/free-photo/background-cutlery-set-cutlery-white-background_93675-134810.jpg", onProductClick: () => window.open("https://daraz.pk", "_blank")
|
||||||
name: "Kitchen Timer",
|
|
||||||
price: "Rs. 500",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/background-cutlery-set-cutlery-white-background_93675-134810.jpg",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{ text: "View Deal", href: "https://daraz.pk" }
|
||||||
|
]}
|
||||||
title="Kitchen & Baking Gadgets"
|
title="Kitchen & Baking Gadgets"
|
||||||
description="Smart tools to make cooking easier."
|
description="Smart tools to make cooking easier."
|
||||||
/>
|
/>
|
||||||
@@ -268,31 +181,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "500+", title: "Deals Updated", items: [
|
||||||
value: "500+",
|
"Daily refreshed", "Daraz verified"],
|
||||||
title: "Deals Updated",
|
|
||||||
items: [
|
|
||||||
"Daily refreshed",
|
|
||||||
"Daraz verified",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "10K+", title: "Happy Shoppers", items: [
|
||||||
value: "10K+",
|
"Satisfied users", "Trusted affiliate"],
|
||||||
title: "Happy Shoppers",
|
|
||||||
items: [
|
|
||||||
"Satisfied users",
|
|
||||||
"Trusted affiliate",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "99%", title: "Buy Rate", items: [
|
||||||
value: "99%",
|
"Seamless links", "Direct to Daraz"],
|
||||||
title: "Buy Rate",
|
|
||||||
items: [
|
|
||||||
"Seamless links",
|
|
||||||
"Direct to Daraz",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Trending Weekly Deals"
|
title="Trending Weekly Deals"
|
||||||
@@ -309,35 +207,11 @@ export default function LandingPage() {
|
|||||||
description="Expert tips for Pakistani shoppers."
|
description="Expert tips for Pakistani shoppers."
|
||||||
blogs={[
|
blogs={[
|
||||||
{
|
{
|
||||||
id: "b1",
|
id: "b1", category: "Skincare", title: "Top 10 skincare products in Pakistan", excerpt: "Complete guide to local and international brands.", imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-jar_187299-45799.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-points-camera-isolated-olive-green-background-with-copy-space_141793-67059.jpg", date: "Oct 24, 2024"},
|
||||||
category: "Skincare",
|
|
||||||
title: "Top 10 skincare products in Pakistan",
|
|
||||||
excerpt: "Complete guide to local and international brands.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/cosmetic-jar_187299-45799.jpg",
|
|
||||||
authorName: "Admin",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiling-young-brunette-caucasian-girl-looks-points-camera-isolated-olive-green-background-with-copy-space_141793-67059.jpg",
|
|
||||||
date: "Oct 24, 2024",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "b2",
|
id: "b2", category: "Baking", title: "Essential Baking Tools for Beginners", excerpt: "What you need in your kitchen.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-using-whisk_23-2149599587.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg", date: "Oct 23, 2024"},
|
||||||
category: "Baking",
|
|
||||||
title: "Essential Baking Tools for Beginners",
|
|
||||||
excerpt: "What you need in your kitchen.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-using-whisk_23-2149599587.jpg",
|
|
||||||
authorName: "Admin",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg",
|
|
||||||
date: "Oct 23, 2024",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "b3",
|
id: "b3", category: "Makeup", title: "Best Foundation for Humidity", excerpt: "Stay glowing in Pakistani weather.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-orange-oil-spa-treatment-arrangement-cosmetics_23-2148645492.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-smiling_23-2148577162.jpg", date: "Oct 22, 2024"},
|
||||||
category: "Makeup",
|
|
||||||
title: "Best Foundation for Humidity",
|
|
||||||
excerpt: "Stay glowing in Pakistani weather.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-orange-oil-spa-treatment-arrangement-cosmetics_23-2148645492.jpg",
|
|
||||||
authorName: "Admin",
|
|
||||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-smiling_23-2148577162.jpg",
|
|
||||||
date: "Oct 22, 2024",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -349,40 +223,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Ayesha K", role: "Fan", testimonial: "Great service!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-ginger-girl-shows-thumbs-up-smiles-white-teeth-approve-agree-say-yes-recommend-clinic-company-satisfied-with-quality-service-white-background_176420-45534.jpg"},
|
||||||
name: "Ayesha K",
|
|
||||||
role: "Fan",
|
|
||||||
testimonial: "Great service!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-ginger-girl-shows-thumbs-up-smiles-white-teeth-approve-agree-say-yes-recommend-clinic-company-satisfied-with-quality-service-white-background_176420-45534.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Bilal S", role: "User", testimonial: "Very convenient.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-holding-smartphone-while-sitting-by-bags-outside-shopping-mall_662251-1498.jpg"},
|
||||||
name: "Bilal S",
|
|
||||||
role: "User",
|
|
||||||
testimonial: "Very convenient.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-holding-smartphone-while-sitting-by-bags-outside-shopping-mall_662251-1498.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Sara H", role: "Fan", testimonial: "Loved the deals.", imageSrc: "http://img.b2bpic.net/free-photo/young-blond-girl-smiling-while-texting_1301-2891.jpg"},
|
||||||
name: "Sara H",
|
|
||||||
role: "Fan",
|
|
||||||
testimonial: "Loved the deals.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blond-girl-smiling-while-texting_1301-2891.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Ahmed Z", role: "User", testimonial: "Fastest links.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-smartphone_23-2149461681.jpg"},
|
||||||
name: "Ahmed Z",
|
|
||||||
role: "User",
|
|
||||||
testimonial: "Fastest links.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-smartphone_23-2149461681.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Maria M", role: "Fan", testimonial: "So helpful!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-ordering-items-sale-using-tablet-credit-card_23-2148695603.jpg"},
|
||||||
name: "Maria M",
|
|
||||||
role: "Fan",
|
|
||||||
testimonial: "So helpful!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-ordering-items-sale-using-tablet-credit-card_23-2148695603.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Customer Reviews"
|
title="Customer Reviews"
|
||||||
description="Trusted by thousands of Pakistani online shoppers."
|
description="Trusted by thousands of Pakistani online shoppers."
|
||||||
@@ -393,14 +242,11 @@ export default function LandingPage() {
|
|||||||
<ContactText
|
<ContactText
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
text="Join our WhatsApp community for daily alerts!"
|
text="Join our WhatsApp community for daily alerts!"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Join WhatsApp Now",
|
text: "Join WhatsApp Now", href: "https://wa.me/yournumber"},
|
||||||
href: "https://wa.me/yournumber",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -412,14 +258,10 @@ export default function LandingPage() {
|
|||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
icon: Instagram,
|
icon: Instagram,
|
||||||
href: "#",
|
href: "#", ariaLabel: "Instagram"},
|
||||||
ariaLabel: "Instagram",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Facebook,
|
icon: Facebook,
|
||||||
href: "#",
|
href: "#", ariaLabel: "Facebook"},
|
||||||
ariaLabel: "Facebook",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user