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