Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
172
src/app/page.tsx
172
src/app/page.tsx
@@ -29,17 +29,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Shop",
|
||||
id: "shop",
|
||||
},
|
||||
name: "Shop", id: "shop"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="E-Commerce"
|
||||
/>
|
||||
@@ -48,38 +42,19 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Refined Shopping Experience"
|
||||
description="Discover a curated selection of premium goods designed for the modern lifestyle. Pure, simple, and elegant."
|
||||
tag="New Season Launch"
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#shop",
|
||||
},
|
||||
text: "Shop Now", href: "#shop"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg?_wi=1",
|
||||
imageAlt: "Minimalist white store display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg", imageAlt: "Minimalist white store display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg?_wi=1",
|
||||
imageAlt: "Clean modern aesthetic",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg?_wi=1",
|
||||
imageAlt: "Premium goods collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43524.jpg?_wi=1",
|
||||
imageAlt: "Minimalist accessories",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-zero-waste-food-containers_23-2149316586.jpg?_wi=1",
|
||||
imageAlt: "Elegant lifestyle items",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg", imageAlt: "Clean modern aesthetic"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -92,47 +67,14 @@ export default function LandingPage() {
|
||||
layout="section"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Premium Goods A",
|
||||
price: "$99",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Premium Goods A", price: "$99", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Minimalist Accessory",
|
||||
price: "$45",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43524.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Minimalist Accessory", price: "$45", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/computer-mouse-paper-bag-blue-background-top-view_169016-43524.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elegant Item",
|
||||
price: "$120",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-zero-waste-food-containers_23-2149316586.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Sleek Gadget",
|
||||
price: "$89",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-light-lamp_1339-3597.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Modern Tool",
|
||||
price: "$65",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-arrangement-with-gadgets_23-2148847746.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Classic Goods",
|
||||
price: "$110",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646455.jpg",
|
||||
},
|
||||
id: "3", name: "Elegant Item", price: "$120", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-zero-waste-food-containers_23-2149316586.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -144,35 +86,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Fast Shipping",
|
||||
tags: [
|
||||
"Reliable",
|
||||
"Worldwide",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg?_wi=2",
|
||||
imageAlt: "minimalist white e-commerce hero shot",
|
||||
},
|
||||
id: "f1", title: "Fast Shipping", tags: [
|
||||
"Reliable", "Worldwide"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-online-shopping-concept_23-2148589782.jpg", imageAlt: "minimalist white e-commerce hero shot"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Eco-Friendly",
|
||||
tags: [
|
||||
"Sustainable",
|
||||
"Green",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg?_wi=2",
|
||||
imageAlt: "white space shopping concept",
|
||||
},
|
||||
id: "f2", title: "Eco-Friendly", tags: [
|
||||
"Sustainable", "Green"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-bag-with-thermos_23-2148666803.jpg", imageAlt: "white space shopping concept"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Premium Quality",
|
||||
tags: [
|
||||
"Handcrafted",
|
||||
"Tested",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg?_wi=3",
|
||||
imageAlt: "white product box high quality",
|
||||
},
|
||||
id: "f3", title: "Premium Quality", tags: [
|
||||
"Handcrafted", "Tested"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-bottle-opened-cork-with-milk-aged-wooden-table-near-whiskey-rox-transparent-glass-three-ceramic-plates-isolated-white_346278-1419.jpg", imageAlt: "white product box high quality"},
|
||||
]}
|
||||
title="Why Choose Us"
|
||||
description="Quality meets simplicity in every piece."
|
||||
@@ -184,30 +108,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alice Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-afroamerican-man_23-2148508906.jpg",
|
||||
},
|
||||
id: "t1", name: "Alice Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-afroamerican-man_23-2148508906.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Bob Smith",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg",
|
||||
},
|
||||
id: "t2", name: "Bob Smith", imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Charlie Davis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-blonde-girl-is-posing-camera-white-background_176474-115076.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Dana White",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-smiling-lovely-girl-with-long-hair-charming-smile-stands-sunlight-shore-ocean-keep-calmness-active-sporty-woman-sunny-weather-with-surfboard_291650-213.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Evan Brown",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-model-woman-trendy-summer-clothes-posing_158538-9858.jpg",
|
||||
},
|
||||
id: "t3", name: "Charlie Davis", imageSrc: "http://img.b2bpic.net/free-photo/serious-blonde-girl-is-posing-camera-white-background_176474-115076.jpg"},
|
||||
]}
|
||||
cardTitle="Loved by Shoppers"
|
||||
cardTag="Testimonials"
|
||||
@@ -219,8 +124,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Newsletter"
|
||||
title="Stay Updated"
|
||||
description="Sign up for our newsletter for early access to sales and new drops."
|
||||
@@ -233,33 +137,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Returns", href: "#"},
|
||||
{
|
||||
label: "Help",
|
||||
href: "#",
|
||||
},
|
||||
label: "Help", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user