Merge version_1 into main #2
195
src/app/page.tsx
195
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="LagosGiftShop"
|
||||
/>
|
||||
@@ -53,78 +45,49 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Unforgettable Gifts, Curated in Lagos"
|
||||
description="Discover a handpicked collection of unique, locally-made, and premium gifts for every occasion. From artisanal decor to thoughtful tokens, find something truly special."
|
||||
kpis={[
|
||||
{
|
||||
value: "500+",
|
||||
label: "Unique Gifts",
|
||||
},
|
||||
value: "500+", label: "Unique Gifts"},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Happy Clients",
|
||||
},
|
||||
value: "10k+", label: "Happy Clients"},
|
||||
{
|
||||
value: "4.9/5",
|
||||
label: "Rating",
|
||||
},
|
||||
value: "4.9/5", label: "Rating"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Now", href: "#products"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172380.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172380.jpg"
|
||||
imageAlt="Luxurious gift shop display"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-showing-something-her-friend-phone_23-2148385706.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-showing-something-her-friend-phone_23-2148385706.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-holding-shopping-bags-retail-shop-smiling-confident-touching-hair-with-hand-up-gesture-posing-attractive-fashionable_839833-31667.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-blonde-woman-holding-shopping-bags-retail-shop-smiling-confident-touching-hair-with-hand-up-gesture-posing-attractive-fashionable_839833-31667.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-christmas-gifts_1303-11331.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-christmas-gifts_1303-11331.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-receiving-gift_23-2149212135.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-receiving-gift_23-2149212135.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-man-posing_140725-124270.jpg",
|
||||
alt: "Client 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-young-man-posing_140725-124270.jpg", alt: "Client 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 10,000 happy customers across Lagos."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Artisanal Quality",
|
||||
},
|
||||
type: "text", text: "Artisanal Quality"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Gift Wrapping",
|
||||
},
|
||||
type: "text", text: "Gift Wrapping"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Express Delivery",
|
||||
},
|
||||
type: "text", text: "Express Delivery"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Premium Packaging",
|
||||
},
|
||||
type: "text", text: "Premium Packaging"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,41 +100,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Artisanal Ceramic Vase",
|
||||
price: "₦15,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Artisanal Ceramic Vase", price: "₦15,000", imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Scented Soy Candle",
|
||||
price: "₦8,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artificial-flowers-paper-gift-bag-against-wooden-backdrop_23-2147925541.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Scented Soy Candle", price: "₦8,500", imageSrc: "http://img.b2bpic.net/free-photo/artificial-flowers-paper-gift-bag-against-wooden-backdrop_23-2147925541.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Handmade Leather Wallet",
|
||||
price: "₦22,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-is-wrapping-christmas-presents-blue-wooden-table_8353-6524.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Handmade Leather Wallet", price: "₦22,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-is-wrapping-christmas-presents-blue-wooden-table_8353-6524.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Wooden Desk Organizer",
|
||||
price: "₦18,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261144.jpg?_wi=1",
|
||||
},
|
||||
id: "4", name: "Wooden Desk Organizer", price: "₦18,000", imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261144.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Gourmet Gift Basket",
|
||||
price: "₦35,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-vase-with-artificial-flowers-living-room_169016-5189.jpg",
|
||||
},
|
||||
id: "5", name: "Gourmet Gift Basket", price: "₦35,000", imageSrc: "http://img.b2bpic.net/free-photo/still-life-vase-with-artificial-flowers-living-room_169016-5189.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Embroidered Table Runner",
|
||||
price: "₦12,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-presents-spindle_23-2148312013.jpg",
|
||||
},
|
||||
id: "6", name: "Embroidered Table Runner", price: "₦12,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-presents-spindle_23-2148312013.jpg"},
|
||||
]}
|
||||
title="Explore Our Collection"
|
||||
description="Find the perfect gift that captures the spirit of Lagos. Whether it's for birthdays, weddings, or corporate events, our catalog has something unique for everyone."
|
||||
@@ -183,30 +122,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Tolu A.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-something-her-friend-phone_23-2148385706.jpg",
|
||||
},
|
||||
id: "1", name: "Tolu A.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-something-her-friend-phone_23-2148385706.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Chidi M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-holding-shopping-bags-retail-shop-smiling-confident-touching-hair-with-hand-up-gesture-posing-attractive-fashionable_839833-31667.jpg",
|
||||
},
|
||||
id: "2", name: "Chidi M.", imageSrc: "http://img.b2bpic.net/free-photo/young-blonde-woman-holding-shopping-bags-retail-shop-smiling-confident-touching-hair-with-hand-up-gesture-posing-attractive-fashionable_839833-31667.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amaka E.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-christmas-gifts_1303-11331.jpg",
|
||||
},
|
||||
id: "3", name: "Amaka E.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-christmas-gifts_1303-11331.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kunle S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-receiving-gift_23-2149212135.jpg",
|
||||
},
|
||||
id: "4", name: "Kunle S.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-receiving-gift_23-2149212135.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Folake O.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing_140725-124270.jpg",
|
||||
},
|
||||
id: "5", name: "Folake O.", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-man-posing_140725-124270.jpg"},
|
||||
]}
|
||||
cardTitle="What Our Clients Say"
|
||||
cardTag="Testimonials"
|
||||
@@ -223,34 +147,22 @@ export default function LandingPage() {
|
||||
description="We blend local artistry with premium presentation to ensure your gifts are unforgettable."
|
||||
features={[
|
||||
{
|
||||
title: "Local Artistry",
|
||||
description: "We source products directly from talented local artisans in Lagos.",
|
||||
icon: Palette,
|
||||
title: "Local Artistry", description: "We source products directly from talented local artisans in Lagos.", icon: Palette,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261144.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-enjoying-free-time-after-chemotherapy-treatment_23-2149261144.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-woman-studying-library_23-2148172380.jpg?_wi=2",
|
||||
imageAlt: "elegant gift store display warm lighting",
|
||||
},
|
||||
{
|
||||
title: "Quality Assured",
|
||||
description: "Every item undergoes a rigorous quality check for the perfect gift experience.",
|
||||
icon: ShieldCheck,
|
||||
title: "Quality Assured", description: "Every item undergoes a rigorous quality check for the perfect gift experience.", icon: ShieldCheck,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-is-wrapping-christmas-presents-blue-wooden-table_8353-6524.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-is-wrapping-christmas-presents-blue-wooden-table_8353-6524.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artificial-flowers-paper-gift-bag-against-wooden-backdrop_23-2147925541.jpg?_wi=2",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/artificial-flowers-paper-gift-bag-against-wooden-backdrop_23-2147925541.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-organising-live-shop_23-2149947449.jpg?_wi=3",
|
||||
imageAlt: "handmade ceramic gift artisanal",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -260,16 +172,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Need Help Finding the Perfect Gift?"
|
||||
description="Our team is happy to assist you in selecting the ideal gift. Reach out to us today for personalized recommendations or corporate inquiries."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "mailto:hello@lagosgiftshop.com",
|
||||
},
|
||||
text: "Contact Us", href: "mailto:hello@lagosgiftshop.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -279,33 +188,21 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-black-dress-sits-before-wall-books-christmas-decor_8353-8829.jpg"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Shop", href: "#products"},
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
label: "Our Story", href: "#"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user