Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-22 18:15:59 +00:00

View File

@@ -31,26 +31,12 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Products",
id: "products",
},
{
name: "Testimonials",
id: "testimonials",
},
{
name: "FAQ",
id: "faq",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Testimonials", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
]}
brandName="TopGoods"
/>
@@ -61,38 +47,17 @@ export default function LandingPage() {
title="Curated Quality for Modern Living"
description="Discover our collection of hand-picked top products, designed to bring elegance and functionality into your daily life."
buttons={[
{
text: "Shop Products",
href: "#products",
},
{
text: "Learn More",
href: "#about",
},
{ text: "Shop Products", href: "#products" },
{ text: "Learn More", href: "#about" }
]}
imageSrc="http://img.b2bpic.net/free-photo/copy-space-bag-with-cartoon-cutlery-pieces_23-2148576701.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/copy-space-bag-with-cartoon-cutlery-pieces_23-2148576701.jpg"
showBlur={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/front-view-stack-blue-conserves-with-copy-space_23-2148785253.jpg",
alt: "Front view stack of blue conserves with copy-space",
},
{
src: "http://img.b2bpic.net/free-photo/container-white-paper-green-leaf_23-2149353089.jpg",
alt: "Container, white paper and green leaf",
},
{
src: "http://img.b2bpic.net/free-photo/paper-circle-with-leaves-inside-circle_23-2148317452.jpg",
alt: "Paper circle with leaves inside circle",
},
{
src: "http://img.b2bpic.net/free-photo/sustainability-concept-with-plants-growing-from-geometric-forms_23-2148994266.jpg",
alt: "Sustainability concept with plants growing from geometric forms",
},
{
src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg",
alt: "Smiling middle-aged attractive woman showing thumb up outdoors.",
},
{ src: "http://img.b2bpic.net/free-photo/front-view-stack-blue-conserves-with-copy-space_23-2148785253.jpg", alt: "Front view stack of blue conserves with copy-space" },
{ src: "http://img.b2bpic.net/free-photo/container-white-paper-green-leaf_23-2149353089.jpg", alt: "Container, white paper and green leaf" },
{ src: "http://img.b2bpic.net/free-photo/paper-circle-with-leaves-inside-circle_23-2148317452.jpg", alt: "Paper circle with leaves inside circle" },
{ src: "http://img.b2bpic.net/free-photo/sustainability-concept-with-plants-growing-from-geometric-forms_23-2148994266.jpg", alt: "Sustainability concept with plants growing from geometric forms" },
{ src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", alt: "Smiling middle-aged attractive woman showing thumb up outdoors." }
]}
avatarText="Trusted by thousands"
/>
@@ -112,42 +77,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Premium Essential",
price: "$89",
imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600203.jpg?_wi=1",
},
{
id: "p2",
name: "Sleek Companion",
price: "$125",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-supplies-arrangement-still-life_23-2149511864.jpg?_wi=1",
},
{
id: "p3",
name: "Modern Utility",
price: "$64",
imageSrc: "http://img.b2bpic.net/free-photo/nail-polish-brush_23-2147710593.jpg?_wi=1",
},
{
id: "p4",
name: "Dynamic Choice",
price: "$110",
imageSrc: "http://img.b2bpic.net/free-photo/shiny-modern-vases-arrangement_52683-93725.jpg",
},
{
id: "p5",
name: "Elegant Setup",
price: "$245",
imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-hygiene-items-top-view_169016-29640.jpg",
},
{
id: "p6",
name: "Daily Standard",
price: "$78",
imageSrc: "http://img.b2bpic.net/free-photo/dried-flowers-minimal-vases-by-round-mirror_53876-101435.jpg",
},
{ id: "p1", name: "Premium Essential", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600203.jpg" },
{ id: "p2", name: "Sleek Companion", price: "$125", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-supplies-arrangement-still-life_23-2149511864.jpg" },
{ id: "p3", name: "Modern Utility", price: "$64", imageSrc: "http://img.b2bpic.net/free-photo/nail-polish-brush_23-2147710593.jpg" },
{ id: "p4", name: "Dynamic Choice", price: "$110", imageSrc: "http://img.b2bpic.net/free-photo/shiny-modern-vases-arrangement_52683-93725.jpg" },
{ id: "p5", name: "Elegant Setup", price: "$245", imageSrc: "http://img.b2bpic.net/free-photo/spa-composition-with-hygiene-items-top-view_169016-29640.jpg" },
{ id: "p6", name: "Daily Standard", price: "$78", imageSrc: "http://img.b2bpic.net/free-photo/dried-flowers-minimal-vases-by-round-mirror_53876-101435.jpg" }
]}
title="Our Top Picks"
description="Explore the products that set the standard for quality and performance in our catalog."
@@ -159,28 +94,11 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="bento-grid"
useInvertedBackground={true}
animationType="slide-up"
metrics={[
{
id: "m1",
value: "10K+",
title: "Happy Users",
description: "Trusted by thousands",
icon: Users,
},
{
id: "m2",
value: "99%",
title: "Satisfaction",
description: "High quality standards",
icon: Award,
},
{
id: "m3",
value: "500+",
title: "Products",
description: "Available to order",
icon: Package,
},
{ id: "m1", value: "10K+", title: "Happy Users", description: "Trusted by thousands", icon: Users },
{ id: "m2", value: "99%", title: "Satisfaction", description: "High quality standards", icon: Award },
{ id: "m3", value: "500+", title: "Products", description: "Available to order", icon: Package }
]}
title="Proven Performance"
description="Our numbers reflect our dedication to quality."
@@ -192,61 +110,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Alex River",
date: "2024-01-12",
title: "Great design",
quote: "Fantastic quality, really impressed.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-stately-ginger-fellow-stylish-navy-t-shirt-smiling-showing-ok-sign-looking-camera-while-posing-blue-studio-background-human-facial-expressions-sincer_639032-2122.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/copy-space-bag-with-cartoon-cutlery-pieces_23-2148576701.jpg?_wi=2",
imageAlt: "professional portrait smiling",
},
{
id: "t2",
name: "Jordan P.",
date: "2024-02-05",
title: "Excellent service",
quote: "Best purchase I've made this year.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/social-media-team-having-discussion-luxury-workplace_23-2147847491.jpg",
imageAlt: "professional portrait smiling",
},
{
id: "t3",
name: "Sam Taylor",
date: "2024-03-20",
title: "Top tier",
quote: "Quality that truly stands out.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-long-blonde-hair-red-jacket_23-2149020127.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600203.jpg?_wi=2",
imageAlt: "professional portrait smiling",
},
{
id: "t4",
name: "Casey W.",
date: "2024-04-10",
title: "Very happy",
quote: "Fast delivery, amazing packaging.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-supplies-arrangement-still-life_23-2149511864.jpg?_wi=2",
imageAlt: "professional portrait smiling",
},
{
id: "t5",
name: "Morgan D.",
date: "2024-05-15",
title: "Highly recommend",
quote: "Will definitely shop again.",
tag: "Verified",
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-lady-orange-outfit-sincerely-smiling-striped-backdrop-brunette-teen-girl-with-bright-headphones-posing-cafe_197531-29495.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/nail-polish-brush_23-2147710593.jpg?_wi=2",
imageAlt: "professional portrait smiling",
},
{ id: "t1", name: "Alex River", date: "2024-01-12", title: "Great design", quote: "Fantastic quality, really impressed.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-stately-ginger-fellow-stylish-navy-t-shirt-smiling-showing-ok-sign-looking-camera-while-posing-blue-studio-background-human-facial-expressions-sincer_639032-2122.jpg", imageSrc: "http://img.b2bpic.net/free-photo/copy-space-bag-with-cartoon-cutlery-pieces_23-2148576701.jpg", imageAlt: "professional portrait smiling" },
{ id: "t2", name: "Jordan P.", date: "2024-02-05", title: "Excellent service", quote: "Best purchase I've made this year.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-indoors_23-2149445972.jpg", imageSrc: "http://img.b2bpic.net/free-photo/social-media-team-having-discussion-luxury-workplace_23-2147847491.jpg", imageAlt: "professional portrait smiling" },
{ id: "t3", name: "Sam Taylor", date: "2024-03-20", title: "Top tier", quote: "Quality that truly stands out.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-with-long-blonde-hair-red-jacket_23-2149020127.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600203.jpg", imageAlt: "professional portrait smiling" },
{ id: "t4", name: "Casey W.", date: "2024-04-10", title: "Very happy", quote: "Fast delivery, amazing packaging.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-desk-supplies-arrangement-still-life_23-2149511864.jpg", imageAlt: "professional portrait smiling" },
{ id: "t5", name: "Morgan D.", date: "2024-05-15", title: "Highly recommend", quote: "Will definitely shop again.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-lady-orange-outfit-sincerely-smiling-striped-backdrop-brunette-teen-girl-with-bright-headphones-posing-cafe_197531-29495.jpg", imageSrc: "http://img.b2bpic.net/free-photo/nail-polish-brush_23-2147710593.jpg", imageAlt: "professional portrait smiling" }
]}
title="What Our Clients Say"
description="Authentic experiences from people who love our products."
@@ -257,21 +125,9 @@ export default function LandingPage() {
<FaqSplitText
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "How long for shipping?",
content: "Shipping usually takes 3-5 days.",
},
{
id: "f2",
title: "Do you offer returns?",
content: "Yes, we have a 30-day return policy.",
},
{
id: "f3",
title: "Where can I track?",
content: "You will receive tracking via email.",
},
{ id: "f1", title: "How long for shipping?", content: "Shipping usually takes 3-5 days." },
{ id: "f2", title: "Do you offer returns?", content: "Yes, we have a 30-day return policy." },
{ id: "f3", title: "Where can I track?", content: "You will receive tracking via email." }
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -284,18 +140,8 @@ export default function LandingPage() {
title="Get in Touch"
description="Have questions? Send us a message."
inputs={[
{
name: "name",
type: "text",
placeholder: "Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email",
required: true,
},
{ name: "name", type: "text", placeholder: "Name", required: true },
{ name: "email", type: "email", placeholder: "Email", required: true }
]}
imageSrc="http://img.b2bpic.net/free-photo/pensive-businesswoman-talking-someone-mobile-phone-while-working-her-office-desk-there-are-people-background_637285-309.jpg"
/>
@@ -310,4 +156,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}