1 Commits

Author SHA1 Message Date
90eca076dc Update src/app/page.tsx 2026-04-15 18:24:16 +00:00

View File

@@ -33,21 +33,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Taketer Shop"
/>
@@ -56,69 +48,44 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Taketer Shop: Quality You Can Trust"
description="Discover our collection of premium goods carefully selected for your lifestyle. Experience the best in quality, service, and convenience."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/cheerful-female-shoppers-staring-accessories-shop-window-holding-shopping-bags-standing-store-outside-front-view-through-glass-window-shopping-concept_74855-11592.jpg",
alt: "Customer 1",
},
src: "http://img.b2bpic.net/free-photo/cheerful-female-shoppers-staring-accessories-shop-window-holding-shopping-bags-standing-store-outside-front-view-through-glass-window-shopping-concept_74855-11592.jpg", alt: "Customer 1"},
{
src: "http://img.b2bpic.net/free-photo/man-puts-ring-his-girlfriends-finger_158595-5859.jpg",
alt: "Customer 2",
},
src: "http://img.b2bpic.net/free-photo/man-puts-ring-his-girlfriends-finger_158595-5859.jpg", alt: "Customer 2"},
{
src: "http://img.b2bpic.net/free-photo/pretty-woman-holding-shopping-cart_1187-3493.jpg",
alt: "Customer 3",
},
src: "http://img.b2bpic.net/free-photo/pretty-woman-holding-shopping-cart_1187-3493.jpg", alt: "Customer 3"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg",
alt: "Customer 4",
},
src: "http://img.b2bpic.net/free-photo/beautiful-woman-carrying-shopping-bags_23-2148660763.jpg", alt: "Customer 4"},
{
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
alt: "Customer 5",
},
src: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", alt: "Customer 5"},
]}
avatarText="Join 5,000+ happy customers"
buttons={[
{
text: "Browse Products",
href: "#products",
},
text: "Browse Products", href: "#products"},
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text-icon",
text: "Premium Quality",
icon: CheckCircle,
type: "text-icon", text: "Premium Quality", icon: CheckCircle,
},
{
type: "text-icon",
text: "Fast Shipping",
icon: Truck,
type: "text-icon", text: "Fast Shipping", icon: Truck,
},
{
type: "text-icon",
text: "Customer Support",
icon: Headphones,
type: "text-icon", text: "Customer Support", icon: Headphones,
},
{
type: "text-icon",
text: "Secure Payments",
icon: ShieldCheck,
type: "text-icon", text: "Secure Payments", icon: ShieldCheck,
},
{
type: "text-icon",
text: "Satisfaction Guarantee",
icon: Star,
type: "text-icon", text: "Satisfaction Guarantee", icon: Star,
},
]}
/>
@@ -129,15 +96,10 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Our Commitment to Excellence"
description={[
"Taketer Shop began with a simple mission: to provide our community with the finest quality products while maintaining the highest standard of service.",
"Over the years, we have grown through the support of our loyal customers and a dedication to sourcing products that enrich your daily life.",
"We take pride in our curated inventory and our friendly, knowledgeable staff who are always ready to assist you.",
]}
"Taketer Shop began with a simple mission: to provide our community with the finest quality products while maintaining the highest standard of service.", "Over the years, we have grown through the support of our loyal customers and a dedication to sourcing products that enrich your daily life.", "We take pride in our curated inventory and our friendly, knowledgeable staff who are always ready to assist you."]}
buttons={[
{
text: "Learn More",
href: "#contact",
},
text: "Learn More", href: "#contact"},
]}
buttonAnimation="slide-up"
/>
@@ -151,62 +113,30 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Taketer",
name: "Premium Quality Item",
price: "$49",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600203.jpg",
},
id: "1", brand: "Taketer", name: "Premium Quality Item", price: "$49", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-matchsticks-with-geometric-shapes_23-2149600203.jpg"},
{
id: "2",
brand: "Taketer",
name: "Essential Daily Goods",
price: "$25",
rating: 4,
reviewCount: "85",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-pencil-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-524.jpg",
},
id: "2", brand: "Taketer", name: "Essential Daily Goods", price: "$25", rating: 4,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-empty-notebook-pencil-woman-s-accessories-black-concept-top-view-isolated-white-background_1428-524.jpg"},
{
id: "3",
brand: "Taketer",
name: "Exclusive Lifestyle Pack",
price: "$89",
rating: 5,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg",
},
id: "3", brand: "Taketer", name: "Exclusive Lifestyle Pack", price: "$89", rating: 5,
reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/creative-black-friday-composition-black-background_23-2148666964.jpg"},
{
id: "4",
brand: "Taketer",
name: "Handcrafted Accessory",
price: "$35",
rating: 4,
reviewCount: "62",
imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-honey-food-counter_107420-63659.jpg",
},
id: "4", brand: "Taketer", name: "Handcrafted Accessory", price: "$35", rating: 4,
reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/woman-selecting-honey-food-counter_107420-63659.jpg"},
{
id: "5",
brand: "Taketer",
name: "Home Comfort Set",
price: "$65",
rating: 5,
reviewCount: "145",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19129.jpg",
},
id: "5", brand: "Taketer", name: "Home Comfort Set", price: "$65", rating: 5,
reviewCount: "145", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19129.jpg"},
{
id: "6",
brand: "Taketer",
name: "Professional Gear Pack",
price: "$120",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-creating-vision-board_23-2150061907.jpg",
},
id: "6", brand: "Taketer", name: "Professional Gear Pack", price: "$120", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-creating-vision-board_23-2150061907.jpg"},
]}
title="Popular Products"
description="Explore our curated selection of top-rated items chosen for their quality and value."
buttons={[
{ text: "Shop All Collections", href: "/shop" }
]}
buttonAnimation="slide-up"
/>
</div>
@@ -217,31 +147,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "10,000+",
title: "Products Sold",
items: [
"High-quality items",
"Delivered daily",
],
id: "m1", value: "10,000+", title: "Products Sold", items: [
"High-quality items", "Delivered daily"],
},
{
id: "m2",
value: "5,000+",
title: "Happy Customers",
items: [
"Trusted quality",
"Community focused",
],
id: "m2", value: "5,000+", title: "Happy Customers", items: [
"Trusted quality", "Community focused"],
},
{
id: "m3",
value: "15+",
title: "Years Serving",
items: [
"Experience guaranteed",
"Reliable service",
],
id: "m3", value: "15+", title: "Years Serving", items: [
"Experience guaranteed", "Reliable service"],
},
]}
title="Quality at Scale"
@@ -256,45 +171,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "Taketer Shop is my go-to for all quality home goods. Excellent selection!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/chit-chatting-leisure-activity_329181-8019.jpg",
},
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Taketer Shop is my go-to for all quality home goods. Excellent selection!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/chit-chatting-leisure-activity_329181-8019.jpg"},
{
id: "2",
name: "Michael K.",
handle: "@mkevin",
testimonial: "Always great service and even better products. Truly trustworthy.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg",
},
id: "2", name: "Michael K.", handle: "@mkevin", testimonial: "Always great service and even better products. Truly trustworthy.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-joyful-woman-holding-mobile-phone_171337-4024.jpg"},
{
id: "3",
name: "Elena R.",
handle: "@elenar",
testimonial: "The staff are so friendly and helpful every time I visit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-holding-shopping-cart_1187-3991.jpg",
},
id: "3", name: "Elena R.", handle: "@elenar", testimonial: "The staff are so friendly and helpful every time I visit.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-holding-shopping-cart_1187-3991.jpg"},
{
id: "4",
name: "David W.",
handle: "@davidw",
testimonial: "Fast delivery and premium items. Highly recommend Taketer!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-shopping-city_23-2149321841.jpg",
},
id: "4", name: "David W.", handle: "@davidw", testimonial: "Fast delivery and premium items. Highly recommend Taketer!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-shopping-city_23-2149321841.jpg"},
{
id: "5",
name: "Alice M.",
handle: "@alicem",
testimonial: "Consistent quality and great prices. A reliable store.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-od-two-woman-shopping-mall_329181-8018.jpg",
},
id: "5", name: "Alice M.", handle: "@alicem", testimonial: "Consistent quality and great prices. A reliable store.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-od-two-woman-shopping-mall_329181-8018.jpg"},
]}
showRating={true}
title="Customer Stories"
@@ -308,20 +198,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "What is your return policy?",
content: "We offer a 30-day return policy for unused products in original packaging.",
},
id: "f1", title: "What is your return policy?", content: "We offer a 30-day return policy for unused products in original packaging."},
{
id: "f2",
title: "How can I track my order?",
content: "You will receive an email with your tracking number once your order ships.",
},
id: "f2", title: "How can I track my order?", content: "You will receive an email with your tracking number once your order ships."},
{
id: "f3",
title: "Do you offer international shipping?",
content: "Currently, we ship nationwide. International shipping options are coming soon.",
},
id: "f3", title: "Do you offer international shipping?", content: "Currently, we ship nationwide. International shipping options are coming soon."},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-family-looking-clipboard_23-2148252145.jpg"
mediaAnimation="slide-up"
@@ -336,14 +217,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
"Microsoft",
"Google",
"Amazon",
"Apple",
"Samsung",
"Nike",
"Adidas",
]}
"Microsoft", "Google", "Amazon", "Apple", "Samsung", "Nike", "Adidas"]}
title="Trusted Partners"
description="We collaborate with the best names in the industry to bring you quality."
/>
@@ -353,8 +227,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
text="Visit us or get in touch. We are always here to help you find exactly what you need."
/>
</div>
@@ -364,50 +237,31 @@ export default function LandingPage() {
logoText="Taketer Shop"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Press",
href: "#",
},
label: "Press", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "Returns",
href: "#",
},
label: "Returns", href: "#"},
{
label: "Shipping",
href: "#",
},
label: "Shipping", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}