Merge version_1 into main #2
329
src/app/page.tsx
329
src/app/page.tsx
@@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Clock, Diamond, Droplet, Palette, ShieldCheck, Star, Tool } from "lucide-react";
|
||||
import { Clock, Diamond, Droplet, Hammer, Leaf, Palette, ShieldCheck, Star, Wrench } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,33 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Collection",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Collection", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842744.jpg"
|
||||
logoAlt="ibrenzo logo"
|
||||
brandName="ibrenzo"
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
}}
|
||||
text: "Shop Now", href: "#products"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,39 +59,23 @@ export default function LandingPage() {
|
||||
description="Handcrafted Leather Goods for the Discerning Individual. Timeless design, exceptional quality, built to last."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collection",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Collection", href: "#products"},
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Story", href: "#about"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leather-briefcase_181624-12279.jpg?_wi=1",
|
||||
imageAlt: "Brown leather wallet on a wooden surface",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leather-briefcase_181624-12279.jpg", imageAlt: "Brown leather wallet on a wooden surface"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-suitcase-retro-camera-leather-case_23-2148328918.jpg?_wi=1",
|
||||
imageAlt: "Stylish leather handbag on a city street",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-suitcase-retro-camera-leather-case_23-2148328918.jpg", imageAlt: "Stylish leather handbag on a city street"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-leather-surface-with-seams_23-2151997092.jpg",
|
||||
imageAlt: "Close-up of a leather belt buckle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-black-leather-surface-with-seams_23-2151997092.jpg", imageAlt: "Close-up of a leather belt buckle"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-traveling-by-train_23-2150510176.jpg",
|
||||
imageAlt: "Classic leather briefcase on a desk",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-traveling-by-train_23-2150510176.jpg", imageAlt: "Classic leather briefcase on a desk"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-made-retro-vintage-notebook-dark-board-close-up-photo_482257-36963.jpg",
|
||||
imageAlt: "Leather-bound journal with a pen",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-made-retro-vintage-notebook-dark-board-close-up-photo_482257-36963.jpg", imageAlt: "Leather-bound journal with a pen"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-different-traveling-elements_23-2148884968.jpg",
|
||||
imageAlt: "Collection of small leather goods",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-different-traveling-elements_23-2148884968.jpg", imageAlt: "Collection of small leather goods"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -117,19 +89,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
label: "Years of Expertise",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Years of Expertise", value: "25+"},
|
||||
{
|
||||
icon: Diamond,
|
||||
label: "Handcrafted Quality",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Handcrafted Quality", value: "100%"},
|
||||
{
|
||||
icon: Star,
|
||||
label: "Customer Satisfaction",
|
||||
value: "5-Star",
|
||||
},
|
||||
label: "Customer Satisfaction", value: "5-Star"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -142,68 +108,44 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Premium Full-Grain Leather",
|
||||
description: "We source only the finest full-grain leather, known for its durability, character, and ability to age beautifully over time.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186755.jpg",
|
||||
imageAlt: "Close-up of leather texture with stitching",
|
||||
},
|
||||
title: "Premium Full-Grain Leather", description: "We source only the finest full-grain leather, known for its durability, character, and ability to age beautifully over time.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186755.jpg", imageAlt: "Close-up of leather texture with stitching"},
|
||||
items: [
|
||||
{
|
||||
icon: Droplet,
|
||||
text: "Natural Patina",
|
||||
},
|
||||
text: "Natural Patina"},
|
||||
{
|
||||
icon: Trees,
|
||||
text: "Eco-conscious Sourcing",
|
||||
},
|
||||
icon: Leaf,
|
||||
text: "Eco-conscious Sourcing"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842744.jpg?_wi=1",
|
||||
imageAlt: "close up leather texture stitching",
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
title: "Artisanal Handcrafting",
|
||||
description: "Each product is carefully handcrafted by skilled artisans, ensuring superior construction and a unique touch in every stitch.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186731.jpg",
|
||||
imageAlt: "Artisan working on a leather product in a workshop",
|
||||
},
|
||||
title: "Artisanal Handcrafting", description: "Each product is carefully handcrafted by skilled artisans, ensuring superior construction and a unique touch in every stitch.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186731.jpg", imageAlt: "Artisan working on a leather product in a workshop"},
|
||||
items: [
|
||||
{
|
||||
icon: Palette,
|
||||
text: "Unique Finishes",
|
||||
},
|
||||
text: "Unique Finishes"},
|
||||
{
|
||||
icon: Hand,
|
||||
text: "Dedicated Craftsmanship",
|
||||
},
|
||||
icon: Hammer,
|
||||
text: "Dedicated Craftsmanship"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leather-briefcase_181624-12279.jpg?_wi=2",
|
||||
imageAlt: "close up leather texture stitching",
|
||||
reverse: true
|
||||
},
|
||||
{
|
||||
title: "Timeless Durability",
|
||||
description: "Designed to withstand the test of time, our leather goods are built for longevity, becoming a cherished part of your everyday life.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-traveling-with-backpack-autumn-forest-wearing-checkered-shirt-hat-active-tourist-exploring-nature-cold-season_285396-1562.jpg",
|
||||
imageAlt: "Durable leather product showing longevity",
|
||||
},
|
||||
title: "Timeless Durability", description: "Designed to withstand the test of time, our leather goods are built for longevity, becoming a cherished part of your everyday life.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-man-traveling-with-backpack-autumn-forest-wearing-checkered-shirt-hat-active-tourist-exploring-nature-cold-season_285396-1562.jpg", imageAlt: "Durable leather product showing longevity"},
|
||||
items: [
|
||||
{
|
||||
icon: Clock,
|
||||
text: "Built to Last",
|
||||
},
|
||||
text: "Built to Last"},
|
||||
{
|
||||
icon: Tool,
|
||||
text: "Repairable Design",
|
||||
},
|
||||
icon: Wrench,
|
||||
text: "Repairable Design"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-suitcase-retro-camera-leather-case_23-2148328918.jpg?_wi=2",
|
||||
imageAlt: "close up leather texture stitching",
|
||||
},
|
||||
reverse: false
|
||||
}
|
||||
]}
|
||||
title="Uncompromising Quality & Design"
|
||||
description="Every ibrenzo piece is a testament to meticulous attention to detail and a passion for leather artistry, combining heritage techniques with modern aesthetics."
|
||||
@@ -218,47 +160,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "wallet-classic",
|
||||
name: "Classic Bifold Wallet",
|
||||
price: "$120.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11200.jpg",
|
||||
imageAlt: "Brown classic leather bifold wallet",
|
||||
},
|
||||
id: "wallet-classic", name: "Classic Bifold Wallet", price: "$120.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-dressed-elegant-brown-suit-with-accessories_158538-11200.jpg", imageAlt: "Brown classic leather bifold wallet"},
|
||||
{
|
||||
id: "tote-elegance",
|
||||
name: "Elegance Leather Tote",
|
||||
price: "$380.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/leather-bag-travel-with-jeans-wallet_23-2149434021.jpg",
|
||||
imageAlt: "Stylish women's leather tote bag",
|
||||
},
|
||||
id: "tote-elegance", name: "Elegance Leather Tote", price: "$380.00", imageSrc: "http://img.b2bpic.net/free-photo/leather-bag-travel-with-jeans-wallet_23-2149434021.jpg", imageAlt: "Stylish women's leather tote bag"},
|
||||
{
|
||||
id: "watch-strap-vintage",
|
||||
name: "Vintage Watch Strap",
|
||||
price: "$75.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/making-leather-belt_1098-12821.jpg",
|
||||
imageAlt: "Brown leather watch strap",
|
||||
},
|
||||
id: "watch-strap-vintage", name: "Vintage Watch Strap", price: "$75.00", imageSrc: "http://img.b2bpic.net/free-photo/making-leather-belt_1098-12821.jpg", imageAlt: "Brown leather watch strap"},
|
||||
{
|
||||
id: "passport-traveler",
|
||||
name: "Traveler Passport Holder",
|
||||
price: "$90.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-folded-clothes-passport_23-2148927441.jpg",
|
||||
imageAlt: "Leather passport holder",
|
||||
},
|
||||
id: "passport-traveler", name: "Traveler Passport Holder", price: "$90.00", imageSrc: "http://img.b2bpic.net/free-photo/opened-luggage-with-folded-clothes-passport_23-2148927441.jpg", imageAlt: "Leather passport holder"},
|
||||
{
|
||||
id: "phone-case-sleek",
|
||||
name: "Sleek Phone Case",
|
||||
price: "$65.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-man-leather-jacket-with-smartphone_171337-1338.jpg",
|
||||
imageAlt: "Leather phone case",
|
||||
},
|
||||
id: "phone-case-sleek", name: "Sleek Phone Case", price: "$65.00", imageSrc: "http://img.b2bpic.net/free-photo/afro-american-man-leather-jacket-with-smartphone_171337-1338.jpg", imageAlt: "Leather phone case"},
|
||||
{
|
||||
id: "key-organizer",
|
||||
name: "Key Organizer",
|
||||
price: "$50.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-travel-objects_23-2147635435.jpg",
|
||||
imageAlt: "Leather key organizer",
|
||||
},
|
||||
id: "key-organizer", name: "Key Organizer", price: "$50.00", imageSrc: "http://img.b2bpic.net/free-photo/vintage-travel-objects_23-2147635435.jpg", imageAlt: "Leather key organizer"},
|
||||
]}
|
||||
title="Signature Leather Collection"
|
||||
description="Discover our range of handcrafted leather goods, from elegant wallets to versatile bags, each designed for longevity and style."
|
||||
@@ -273,50 +185,20 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarah_fashion",
|
||||
testimonial: "My ibrenzo wallet is not just beautiful, it's incredibly durable. It feels even better after months of use! A true investment piece.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
imageAlt: "Portrait of Sarah J.",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarah_fashion", testimonial: "My ibrenzo wallet is not just beautiful, it's incredibly durable. It feels even better after months of use! A true investment piece.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "Portrait of Sarah J."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael D.",
|
||||
handle: "@mike_travels",
|
||||
testimonial: "The leather briefcase is fantastic. It's spacious, stylish, and perfect for my daily commute. I always get compliments!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-smiling_74855-3248.jpg",
|
||||
imageAlt: "Portrait of Michael D.",
|
||||
},
|
||||
id: "2", name: "Michael D.", handle: "@mike_travels", testimonial: "The leather briefcase is fantastic. It's spacious, stylish, and perfect for my daily commute. I always get compliments!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-businessman-smiling_74855-3248.jpg", imageAlt: "Portrait of Michael D."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emily_style",
|
||||
testimonial: "I love the attention to detail on my handbag. The stitching is flawless, and the leather quality is simply unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-4323.jpg",
|
||||
imageAlt: "Portrait of Emily R.",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@emily_style", testimonial: "I love the attention to detail on my handbag. The stitching is flawless, and the leather quality is simply unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-smiling-white_1187-4323.jpg", imageAlt: "Portrait of Emily R."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
handle: "@david_reviews",
|
||||
testimonial: "Finally found a brand that truly understands quality. The passport holder is practical and exudes luxury. Highly recommend ibrenzo.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5594.jpg",
|
||||
imageAlt: "Portrait of David L.",
|
||||
},
|
||||
id: "4", name: "David L.", handle: "@david_reviews", testimonial: "Finally found a brand that truly understands quality. The passport holder is practical and exudes luxury. Highly recommend ibrenzo.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-grey-haired-elderly-man-wearing-formal-suit_273609-5594.jpg", imageAlt: "Portrait of David L."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica M.",
|
||||
handle: "@jessica_finds",
|
||||
testimonial: "From the moment I unboxed it, I knew my ibrenzo journal was special. The leather feel is exquisite, making every entry a pleasure.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-freelancer-dressed-casual-t-shirt-sitting-front-laptop-looking-smiling-with-cheerful-expression-after-successful-morning-work-enjoying-sunny-day-outdoor-cafe_273609-6602.jpg",
|
||||
imageAlt: "Portrait of Jessica M.",
|
||||
},
|
||||
id: "5", name: "Jessica M.", handle: "@jessica_finds", testimonial: "From the moment I unboxed it, I knew my ibrenzo journal was special. The leather feel is exquisite, making every entry a pleasure.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/joyful-freelancer-dressed-casual-t-shirt-sitting-front-laptop-looking-smiling-with-cheerful-expression-after-successful-morning-work-enjoying-sunny-day-outdoor-cafe_273609-6602.jpg", imageAlt: "Portrait of Jessica M."},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Customers Say"
|
||||
@@ -329,14 +211,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Luxury Living",
|
||||
"Artisan Craft Co.",
|
||||
"EcoLeather Co.",
|
||||
"Design Works Studio",
|
||||
"Heritage Goods",
|
||||
"Fine Accessories",
|
||||
"Bespoke Creations",
|
||||
]}
|
||||
"Luxury Living", "Artisan Craft Co.", "EcoLeather Co.", "Design Works Studio", "Heritage Goods", "Fine Accessories", "Bespoke Creations"]}
|
||||
title="Trusted by Leather Enthusiasts Worldwide"
|
||||
description="We've earned the trust of countless customers and partners who appreciate true craftsmanship and genuine leather quality."
|
||||
speed={40}
|
||||
@@ -351,37 +226,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
groups={[
|
||||
{
|
||||
id: "crafting-team",
|
||||
groupTitle: "Our Master Craftsmen",
|
||||
members: [
|
||||
id: "crafting-team", groupTitle: "Our Master Craftsmen", members: [
|
||||
{
|
||||
id: "member-1",
|
||||
title: "Liam Carter",
|
||||
subtitle: "Master Leather Artisan",
|
||||
detail: "With over 30 years of experience, Liam is our lead artisan, overseeing every intricate detail of the crafting process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094601.jpg",
|
||||
imageAlt: "Portrait of Liam Carter, master leather artisan",
|
||||
},
|
||||
id: "member-1", title: "Liam Carter", subtitle: "Master Leather Artisan", detail: "With over 30 years of experience, Liam is our lead artisan, overseeing every intricate detail of the crafting process.", imageSrc: "http://img.b2bpic.net/free-photo/small-business-manager-his-workshop_23-2149094601.jpg", imageAlt: "Portrait of Liam Carter, master leather artisan"},
|
||||
{
|
||||
id: "member-2",
|
||||
title: "Maya Singh",
|
||||
subtitle: "Product Designer",
|
||||
detail: "Maya blends traditional techniques with modern aesthetics, creating timeless designs that resonate with today's discerning clientele.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021799.jpg",
|
||||
imageAlt: "Portrait of Maya Singh, product designer",
|
||||
},
|
||||
id: "member-2", title: "Maya Singh", subtitle: "Product Designer", detail: "Maya blends traditional techniques with modern aesthetics, creating timeless designs that resonate with today's discerning clientele.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021799.jpg", imageAlt: "Portrait of Maya Singh, product designer"},
|
||||
{
|
||||
id: "member-3",
|
||||
title: "Ethan Reed",
|
||||
subtitle: "Finishing Specialist",
|
||||
detail: "Ethan's keen eye ensures that every product meets our rigorous quality standards, from the initial cut to the final polish.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-cobbler-working-with-leather-textile_171337-12274.jpg",
|
||||
imageAlt: "Portrait of Ethan Reed, finishing specialist",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842744.jpg?_wi=2",
|
||||
imageAlt: "portrait master leather artisan",
|
||||
},
|
||||
id: "member-3", title: "Ethan Reed", subtitle: "Finishing Specialist", detail: "Ethan's keen eye ensures that every product meets our rigorous quality standards, from the initial cut to the final polish.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-cobbler-working-with-leather-textile_171337-12274.jpg", imageAlt: "Portrait of Ethan Reed, finishing specialist"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="Meet the Artisans"
|
||||
description="Our team of dedicated leather craftsmen brings decades of experience to every stitch and cut, ensuring each ibrenzo product is a masterpiece."
|
||||
@@ -393,20 +246,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "What type of leather do you use?",
|
||||
content: "We primarily use premium full-grain leather, which is the highest quality leather available. It's known for its durability, strength, and ability to develop a beautiful patina over time.",
|
||||
},
|
||||
id: "q1", title: "What type of leather do you use?", content: "We primarily use premium full-grain leather, which is the highest quality leather available. It's known for its durability, strength, and ability to develop a beautiful patina over time."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "How do I care for my leather product?",
|
||||
content: "For general care, wipe with a soft, damp cloth. For conditioning, use a high-quality leather conditioner every few months. Avoid prolonged exposure to direct sunlight and excessive moisture.",
|
||||
},
|
||||
id: "q2", title: "How do I care for my leather product?", content: "For general care, wipe with a soft, damp cloth. For conditioning, use a high-quality leather conditioner every few months. Avoid prolonged exposure to direct sunlight and excessive moisture."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Do you offer international shipping?",
|
||||
content: "Yes, we offer international shipping to most countries. Shipping costs and delivery times vary based on destination. Please see our shipping policy for more details.",
|
||||
},
|
||||
id: "q3", title: "Do you offer international shipping?", content: "Yes, we offer international shipping to most countries. Shipping costs and delivery times vary based on destination. Please see our shipping policy for more details."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about our products, materials, care instructions, and ordering process."
|
||||
@@ -419,8 +263,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Connect With Ibrenzo"
|
||||
description="Have a question, a custom request, or just want to share your ibrenzo experience? We'd love to hear from you."
|
||||
@@ -437,57 +280,35 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Collection",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Our Collection", href: "#products"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", 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: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/ibrenzo",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/ibrenzo"},
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com/ibrenzo",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com/ibrenzo"},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/ibrenzo",
|
||||
},
|
||||
label: "Twitter", href: "https://twitter.com/ibrenzo"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user