Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
381
src/app/page.tsx
381
src/app/page.tsx
@@ -34,34 +34,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQs", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Shop Now", href: "#products"}}
|
||||
brandName="brynx.store"
|
||||
/>
|
||||
</div>
|
||||
@@ -69,58 +55,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Welcome to brynx.store"
|
||||
description="Discover a curated selection of unique products inspired by Resseling. Quality and craftsmanship in every item, brought to you by Ixe and Gvimpi.1312."
|
||||
kpis={[
|
||||
{
|
||||
value: "10K+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
value: "10K+", label: "Happy Customers"},
|
||||
{
|
||||
value: "500+",
|
||||
label: "Unique Products",
|
||||
},
|
||||
value: "500+", label: "Unique Products"},
|
||||
{
|
||||
value: "99%",
|
||||
label: "Satisfaction Rate",
|
||||
},
|
||||
value: "99%", label: "Satisfaction Rate"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
tag="Shop Your Passion"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-looks-gladfully-each-other-dressed-stylish-clothes-smile-broadly-have-fun-keep-hands-raised-stand-shoulder-shoulder-isolated-yellow-studio_273609-54330.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/women-looks-gladfully-each-other-dressed-stylish-clothes-smile-broadly-have-fun-keep-hands-raised-stand-shoulder-shoulder-isolated-yellow-studio_273609-54330.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/work-team-digital-art_23-2151492143.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/work-team-digital-art_23-2151492143.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-thoughtful-man-with-long-hair-retro-style-dark-photo-studio_613910-17092.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-thoughtful-man-with-long-hair-retro-style-dark-photo-studio_613910-17092.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-packaging-clothing-thrift-store_23-2150952382.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/women-packaging-clothing-thrift-store_23-2150952382.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-happy-young-caucasian-woman-with-cute-smile-spending-good-time-indoors_273609-8990.jpg",
|
||||
alt: "Smiling customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-happy-young-caucasian-woman-with-cute-smile-spending-good-time-indoors_273609-8990.jpg", alt: "Smiling customer"},
|
||||
]}
|
||||
avatarText="Join our growing community!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/minimalist-scene-composition-product-presentation_23-2148992075.jpg"
|
||||
@@ -128,29 +93,17 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Quality Handcrafted Goods",
|
||||
type: "text", text: "Quality Handcrafted Goods"},
|
||||
{
|
||||
type: "text-icon", text: "Fast Shipping", icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Shipping",
|
||||
icon: Truck,
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/two-geometric-shapes_23-2148569976.jpg", alt: "Geometric shapes representing modern design"},
|
||||
{
|
||||
type: "text-icon", text: "Secure Payments", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/two-geometric-shapes_23-2148569976.jpg",
|
||||
alt: "Geometric shapes representing modern design",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secure Payments",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/minimalist-scene-composition-product-presentation_23-2148992077.jpg",
|
||||
alt: "Minimalist product presentation scene",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/minimalist-scene-composition-product-presentation_23-2148992077.jpg", alt: "Minimalist product presentation scene"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,19 +117,13 @@ export default function LandingPage() {
|
||||
description="Brynx Store was founded by Ixe and Gvimpi.1312 with a vision to bring unique, high-quality products inspired by the rich heritage and artistry of Resseling to a global audience. We believe in curated collections that tell a story, prioritizing sustainability and ethical craftsmanship."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Curated Collections",
|
||||
description: "Hand-picked items that reflect quality and unique design.",
|
||||
icon: Palette,
|
||||
title: "Curated Collections", description: "Hand-picked items that reflect quality and unique design.", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Ethical Sourcing",
|
||||
description: "Committed to fair practices and sustainable materials.",
|
||||
icon: Leaf,
|
||||
title: "Ethical Sourcing", description: "Committed to fair practices and sustainable materials.", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Customer Centric",
|
||||
description: "Your satisfaction is our top priority, always.",
|
||||
icon: Heart,
|
||||
title: "Customer Centric", description: "Your satisfaction is our top priority, always.", icon: Heart,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/showing-cart-trolley-shopping-online-sign-graphic_53876-133967.jpg"
|
||||
@@ -191,23 +138,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Secure Payments",
|
||||
description: "Your transactions are protected with industry-leading encryption and fraud prevention.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-safe-payment-via-pos-terminal-concept_107791-17433.jpg",
|
||||
imageAlt: "Secure Payment Icon",
|
||||
},
|
||||
title: "Secure Payments", description: "Your transactions are protected with industry-leading encryption and fraud prevention.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-safe-payment-via-pos-terminal-concept_107791-17433.jpg", imageAlt: "Secure Payment Icon"},
|
||||
{
|
||||
title: "Fast Shipping",
|
||||
description: "Enjoy speedy delivery services to get your favorite items to your doorstep quickly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-container-cargo-ship-sea_335224-736.jpg",
|
||||
imageAlt: "Fast Shipping Icon",
|
||||
},
|
||||
title: "Fast Shipping", description: "Enjoy speedy delivery services to get your favorite items to your doorstep quickly.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-container-cargo-ship-sea_335224-736.jpg", imageAlt: "Fast Shipping Icon"},
|
||||
{
|
||||
title: "24/7 Support",
|
||||
description: "Our dedicated customer service team is always here to assist you, day or night.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-putting-finger-cheek-isolated-white-wall_141793-94406.jpg",
|
||||
imageAlt: "24/7 Support Icon",
|
||||
},
|
||||
title: "24/7 Support", description: "Our dedicated customer service team is always here to assist you, day or night.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-putting-finger-cheek-isolated-white-wall_141793-94406.jpg", imageAlt: "24/7 Support Icon"},
|
||||
]}
|
||||
title="Why Choose Brynx Store?"
|
||||
description="Experience seamless shopping with our dedication to quality, security, and exceptional service."
|
||||
@@ -222,47 +157,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Artisan Coffee Blend",
|
||||
price: "$24.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pile-coffee-beans-lemon-slice-wooden-plate_114579-84660.jpg",
|
||||
imageAlt: "Artisan Coffee Blend",
|
||||
},
|
||||
id: "p1", name: "Artisan Coffee Blend", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/pile-coffee-beans-lemon-slice-wooden-plate_114579-84660.jpg", imageAlt: "Artisan Coffee Blend"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Hand-Painted Mug",
|
||||
price: "$18.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-handmade-cup-closeup_169016-46555.jpg",
|
||||
imageAlt: "Hand-Painted Mug",
|
||||
},
|
||||
id: "p2", name: "Hand-Painted Mug", price: "$18.50", imageSrc: "http://img.b2bpic.net/free-photo/cozy-autumn-composition-with-handmade-cup-closeup_169016-46555.jpg", imageAlt: "Hand-Painted Mug"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Natural Soy Candle",
|
||||
price: "$29.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fluffy-cotton-plant-vase-used-interior-decor_23-2151104639.jpg",
|
||||
imageAlt: "Natural Soy Candle",
|
||||
},
|
||||
id: "p3", name: "Natural Soy Candle", price: "$29.00", imageSrc: "http://img.b2bpic.net/free-photo/fluffy-cotton-plant-vase-used-interior-decor_23-2151104639.jpg", imageAlt: "Natural Soy Candle"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Gourmet Dark Chocolate",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-ganache-truffle-squares-dusted-with-cacao-cutting-board_53876-106070.jpg",
|
||||
imageAlt: "Gourmet Dark Chocolate",
|
||||
},
|
||||
id: "p4", name: "Gourmet Dark Chocolate", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-ganache-truffle-squares-dusted-with-cacao-cutting-board_53876-106070.jpg", imageAlt: "Gourmet Dark Chocolate"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Minimalist Leather Wallet",
|
||||
price: "$65.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11194.jpg",
|
||||
imageAlt: "Minimalist Leather Wallet",
|
||||
},
|
||||
id: "p5", name: "Minimalist Leather Wallet", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11194.jpg", imageAlt: "Minimalist Leather Wallet"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Handcrafted Wooden Board",
|
||||
price: "$45.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slices-with-pipe-cookies-sliced-tangerines-dark-background-fruit-cake-pie-cookie-sweet-tea_140725-96195.jpg",
|
||||
imageAlt: "Handcrafted Wooden Board",
|
||||
},
|
||||
id: "p6", name: "Handcrafted Wooden Board", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-cake-slices-with-pipe-cookies-sliced-tangerines-dark-background-fruit-cake-pie-cookie-sweet-tea_140725-96195.jpg", imageAlt: "Handcrafted Wooden Board"},
|
||||
]}
|
||||
title="Our Exclusive Resseling Collection"
|
||||
description="Explore handcrafted goods, unique decor, and artisanal delights, all inspired by Resseling's charm."
|
||||
@@ -274,34 +179,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/polygonal-heart-shaped-logos_23-2147492234.jpg",
|
||||
alt: "Artisan Guild",
|
||||
},
|
||||
{
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lliofj",
|
||||
alt: "Eco-Crafts",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/colorful-polygonal-logos_23-2147546392.jpg",
|
||||
alt: "Design Haven",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/eco-friendly-recycling-concept_23-2148737663.jpg",
|
||||
alt: "Global Market",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/influencers-logo-template-design_742173-15118.jpg",
|
||||
alt: "Craft Junction",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/painters-drawing-wall_1134-504.jpg",
|
||||
alt: "Quality Finds",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-vector/gradient-e-commerce-logo-collection_23-2148964598.jpg",
|
||||
alt: "Heritage Goods",
|
||||
},
|
||||
"Artisan Guild", "Eco-Crafts", "Design Haven", "Global Market", "Craft Junction", "Quality Finds", "Heritage Goods"
|
||||
]}
|
||||
title="Trusted by the Best"
|
||||
description="Our commitment to quality has earned us partnerships with leading brands."
|
||||
@@ -316,65 +194,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "May 10, 2024",
|
||||
title: "Absolutely stunning products!",
|
||||
quote: "The coffee blend is exquisite, and the mug I ordered is even more beautiful in person. Brynx Store truly delivers on quality.",
|
||||
tag: "Coffee Lover",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-man-with-afro-hairstyle-stubble-wears-orange-anorak_273609-8595.jpg",
|
||||
avatarAlt: "Sarah J.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-holding-smartphone_23-2149313448.jpg",
|
||||
imageAlt: "Sarah J. with coffee",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "May 10, 2024", title: "Absolutely stunning products!", quote: "The coffee blend is exquisite, and the mug I ordered is even more beautiful in person. Brynx Store truly delivers on quality.", tag: "Coffee Lover", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-man-with-afro-hairstyle-stubble-wears-orange-anorak_273609-8595.jpg", avatarAlt: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-holding-smartphone_23-2149313448.jpg", imageAlt: "Sarah J. with coffee"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael D.",
|
||||
date: "April 28, 2024",
|
||||
title: "Exceptional craftsmanship and service.",
|
||||
quote: "I'm impressed by the unique items available and the swift delivery. This is my new go-to for artisanal gifts.",
|
||||
tag: "Gift Giver",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg",
|
||||
avatarAlt: "Michael D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-taking-his-stuff-out-from-cardboard-box_329181-18272.jpg",
|
||||
imageAlt: "Michael D. unboxing",
|
||||
},
|
||||
id: "2", name: "Michael D.", date: "April 28, 2024", title: "Exceptional craftsmanship and service.", quote: "I'm impressed by the unique items available and the swift delivery. This is my new go-to for artisanal gifts.", tag: "Gift Giver", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-business-man-posing-with-crossed-arms_23-2149206526.jpg", avatarAlt: "Michael D.", imageSrc: "http://img.b2bpic.net/free-photo/man-taking-his-stuff-out-from-cardboard-box_329181-18272.jpg", imageAlt: "Michael D. unboxing"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
date: "March 15, 2024",
|
||||
title: "A delightful shopping experience!",
|
||||
quote: "The website is easy to navigate, and the product descriptions are very helpful. Love my new candle and chocolate!",
|
||||
tag: "Home Decorator",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg",
|
||||
avatarAlt: "Emily R.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149161010.jpg",
|
||||
imageAlt: "Emily R. shopping",
|
||||
},
|
||||
id: "3", name: "Emily R.", date: "March 15, 2024", title: "A delightful shopping experience!", quote: "The website is easy to navigate, and the product descriptions are very helpful. Love my new candle and chocolate!", tag: "Home Decorator", avatarSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg", avatarAlt: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-smartphone_23-2149161010.jpg", imageAlt: "Emily R. shopping"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
date: "February 20, 2024",
|
||||
title: "High quality and unique finds.",
|
||||
quote: "Brynx Store offers items you won't find anywhere else. The wooden board is a beautiful addition to my kitchen.",
|
||||
tag: "Chef Enthusiast",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg",
|
||||
avatarAlt: "David K.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg",
|
||||
imageAlt: "David K. in kitchen",
|
||||
},
|
||||
id: "4", name: "David K.", date: "February 20, 2024", title: "High quality and unique finds.", quote: "Brynx Store offers items you won't find anywhere else. The wooden board is a beautiful addition to my kitchen.", tag: "Chef Enthusiast", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-business-man-outdoor_23-2148479594.jpg", avatarAlt: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-shaking-hands-with-her-female-patient-while-meeting-clinic-focus-is-happy-woman_637285-1785.jpg", imageAlt: "David K. in kitchen"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
date: "January 5, 2024",
|
||||
title: "Fantastic selection and customer care.",
|
||||
quote: "I needed assistance with my order, and the support team was incredibly responsive and helpful. Highly recommend!",
|
||||
tag: "Happy Shopper",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-holding-laptop-front-view_23-2148794550.jpg",
|
||||
avatarAlt: "Jessica L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430609.jpg",
|
||||
imageAlt: "Jessica L. on phone",
|
||||
},
|
||||
id: "5", name: "Jessica L.", date: "January 5, 2024", title: "Fantastic selection and customer care.", quote: "I needed assistance with my order, and the support team was incredibly responsive and helpful. Highly recommend!", tag: "Happy Shopper", avatarSrc: "http://img.b2bpic.net/free-photo/woman-holding-laptop-front-view_23-2148794550.jpg", avatarAlt: "Jessica L.", imageSrc: "http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430609.jpg", imageAlt: "Jessica L. on phone"},
|
||||
]}
|
||||
title="What Our Customers Say"
|
||||
description="Hear directly from our community about their experience with Brynx Store."
|
||||
@@ -388,57 +216,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "standard",
|
||||
badge: "Value",
|
||||
price: "$0",
|
||||
name: "Standard Account",
|
||||
buttons: [
|
||||
id: "standard", badge: "Value", price: "$0", name: "Standard Account", buttons: [
|
||||
{
|
||||
text: "Start Shopping",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Start Shopping", href: "#products"},
|
||||
],
|
||||
features: [
|
||||
"Access to all products",
|
||||
"Standard shipping rates",
|
||||
"Email support",
|
||||
],
|
||||
"Access to all products", "Standard shipping rates", "Email support"],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
badge: "Most Popular",
|
||||
price: "$9.99/month",
|
||||
name: "Premium Membership",
|
||||
buttons: [
|
||||
id: "premium", badge: "Most Popular", price: "$9.99/month", name: "Premium Membership", buttons: [
|
||||
{
|
||||
text: "Upgrade Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Upgrade Now", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"All Standard features",
|
||||
"Free express shipping",
|
||||
"Priority customer support",
|
||||
"Exclusive early access to new collections",
|
||||
],
|
||||
"All Standard features", "Free express shipping", "Priority customer support", "Exclusive early access to new collections"],
|
||||
},
|
||||
{
|
||||
id: "elite",
|
||||
badge: "Best Value",
|
||||
price: "$99.99/year",
|
||||
name: "Elite Annual Plan",
|
||||
buttons: [
|
||||
id: "elite", badge: "Best Value", price: "$99.99/year", name: "Elite Annual Plan", buttons: [
|
||||
{
|
||||
text: "Go Elite",
|
||||
href: "#",
|
||||
},
|
||||
text: "Go Elite", href: "#"},
|
||||
],
|
||||
features: [
|
||||
"All Premium features",
|
||||
"Dedicated account manager",
|
||||
"Personalized product recommendations",
|
||||
"Annual gift from Resseling collection",
|
||||
],
|
||||
"All Premium features", "Dedicated account manager", "Personalized product recommendations", "Annual gift from Resseling collection"],
|
||||
},
|
||||
]}
|
||||
title="Shop Smarter with Our Plans"
|
||||
@@ -451,25 +250,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What types of products does Brynx Store offer?",
|
||||
content: "Brynx Store specializes in curated collections of handcrafted goods, unique home decor, artisanal food items, and other distinctive products, all inspired by the rich culture of Resseling.",
|
||||
},
|
||||
id: "q1", title: "What types of products does Brynx Store offer?", content: "Brynx Store specializes in curated collections of handcrafted goods, unique home decor, artisanal food items, and other distinctive products, all inspired by the rich culture of Resseling."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Who are the founders of Brynx Store?",
|
||||
content: "Brynx Store was founded by Ixe and Gvimpi.1312, with a passion for bringing exceptional products from Resseling to a global audience.",
|
||||
},
|
||||
id: "q2", title: "Who are the founders of Brynx Store?", content: "Brynx Store was founded by Ixe and Gvimpi.1312, with a passion for bringing exceptional products from Resseling to a global audience."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Yes, we offer international shipping to most countries. Shipping costs and delivery times vary based on destination. Please check our shipping policy for more details.",
|
||||
},
|
||||
id: "q3", title: "Do you ship internationally?", content: "Yes, we offer international shipping to most countries. Shipping costs and delivery times vary based on destination. Please check our shipping policy for more details."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day return policy for most items, provided they are in their original condition. Some exclusions apply, such as personalized items. Please refer to our full return policy for details.",
|
||||
},
|
||||
id: "q4", title: "What is your return policy?", content: "We offer a 30-day return policy for most items, provided they are in their original condition. Some exclusions apply, such as personalized items. Please refer to our full return policy for details."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideDescription="Find quick answers to the most frequently asked questions about Brynx Store, our products, and services."
|
||||
@@ -483,16 +270,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Have a Question? We're Here to Help."
|
||||
description="Whether you have inquiries about our products, an order, or just want to share feedback, the Brynx Store team is ready to assist you."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "mailto:support@brynx.store",
|
||||
},
|
||||
text: "Contact Support", href: "mailto:support@brynx.store"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -504,58 +288,35 @@ export default function LandingPage() {
|
||||
logoText="brynx.store"
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "All Products",
|
||||
href: "#products",
|
||||
},
|
||||
label: "All Products", href: "#products"},
|
||||
{
|
||||
label: "New Arrivals",
|
||||
href: "#",
|
||||
},
|
||||
label: "New Arrivals", href: "#"},
|
||||
{
|
||||
label: "Best Sellers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Best Sellers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "About Us",
|
||||
items: [
|
||||
title: "About Us", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Founders (Ixe & Gvimpi.1312)",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Founders (Ixe & Gvimpi.1312)", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQs", href: "#faq"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
label: "Shipping & Returns",
|
||||
href: "#",
|
||||
},
|
||||
label: "Shipping & Returns", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user