Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
195
src/app/page.tsx
195
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "/"},
|
||||||
id: "/",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Products",
|
name: "Products", id: "/products"},
|
||||||
id: "/products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "/contact"},
|
||||||
id: "/contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="T_craft"
|
brandName="T_craft"
|
||||||
/>
|
/>
|
||||||
@@ -49,19 +43,14 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogoBillboard
|
<HeroLogoBillboard
|
||||||
background={{
|
background={{
|
||||||
variant: "sparkles-gradient",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
logoText="T_craft"
|
logoText="T_craft"
|
||||||
description="Where Every Gift is a Masterpiece, Handcrafted with Love. Discover exquisite personalized jewelry boxes and unique handmade gifts, meticulously crafted for your cherished moments."
|
description="Where Every Gift is a Masterpiece, Handcrafted with Love. Discover exquisite personalized jewelry boxes and unique handmade gifts, meticulously crafted for your cherished moments."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Shop Now",
|
text: "Shop Now", href: "/products"},
|
||||||
href: "/products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERryYMrhl49XJRbbMSqgqXcf7z/uploaded-1780153323365-71cf37ms.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERryYMrhl49XJRbbMSqgqXcf7z/uploaded-1780153323365-71cf37ms.jpg"
|
||||||
imageAlt="Elegant handmade jewelry box on display"
|
imageAlt="Elegant handmade jewelry box on display"
|
||||||
@@ -74,18 +63,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Our Passion for Handmade Excellence"},
|
||||||
content: "Our Passion for Handmade Excellence",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
description="At T_craft, we pour our heart into every piece. Our journey began with a simple desire: to create exquisite, handcrafted jewelry boxes and unique gifts that hold not just treasures, but also stories and sentiments. We believe in the beauty of bespoke, the warmth of the handmade, and the lasting impression of a truly personal gift. Each creation is a testament to meticulous artistry and a deep passion for bringing joy to our customers."
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERryYMrhl49XJRbbMSqgqXcf7z/uploaded-1780153323365-kpz6y0xq.jpg"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERryYMrhl49XJRbbMSqgqXcf7z/uploaded-1780153323365-kpz6y0xq.jpg"
|
||||||
imageAlt="Artisan crafting a handmade jewelry box"
|
imageAlt="Artisan crafting a handmade jewelry box"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Our Story",
|
text: "Our Story", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -98,53 +82,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Velvet Rose Jewelry Box", price: "59.99 DT", variant: "Soft Pink", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-love-letter_23-2150716588.jpg", imageAlt: "Velvet Rose Jewelry Box in soft pink"},
|
||||||
name: "Velvet Rose Jewelry Box",
|
|
||||||
price: "59.99 DT",
|
|
||||||
variant: "Soft Pink",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hand-holding-love-letter_23-2150716588.jpg",
|
|
||||||
imageAlt: "Velvet Rose Jewelry Box in soft pink",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Personalized Keepsake Chest", price: "79.99 DT", variant: "Cream White", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-elegant-presents-with-rose-bouquet_23-2148370123.jpg", imageAlt: "Personalized Keepsake Chest in cream white"},
|
||||||
name: "Personalized Keepsake Chest",
|
|
||||||
price: "79.99 DT",
|
|
||||||
variant: "Cream White",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-elegant-presents-with-rose-bouquet_23-2148370123.jpg",
|
|
||||||
imageAlt: "Personalized Keepsake Chest in cream white",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
id: "p3", name: "Chic Minimalist Organizer", price: "45.00 DT", variant: "Natural Wood", imageSrc: "http://img.b2bpic.net/free-photo/festive-still-life-christmas-wrapped-gift-assortment_23-2149161204.jpg", imageAlt: "Chic Minimalist Organizer in natural wood"},
|
||||||
name: "Chic Minimalist Organizer",
|
|
||||||
price: "45.00 DT",
|
|
||||||
variant: "Natural Wood",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/festive-still-life-christmas-wrapped-gift-assortment_23-2149161204.jpg",
|
|
||||||
imageAlt: "Chic Minimalist Organizer in natural wood",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p4",
|
id: "p4", name: "Dainty Round Trinket Box", price: "35.50 DT", variant: "Baby Blue", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bridal-wedding-rings-wedding-day_8353-9591.jpg", imageAlt: "Dainty Round Trinket Box in baby blue"},
|
||||||
name: "Dainty Round Trinket Box",
|
|
||||||
price: "35.50 DT",
|
|
||||||
variant: "Baby Blue",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bridal-wedding-rings-wedding-day_8353-9591.jpg",
|
|
||||||
imageAlt: "Dainty Round Trinket Box in baby blue",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p5",
|
id: "p5", name: "Modern Geometric Gift Box", price: "65.00 DT", variant: "Marble Pattern", imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-french-macarons-package-gray-background-feeling-gift-biscuit-cake-couple-marriage-happy_140725-158358.jpg", imageAlt: "Modern Geometric Gift Box with marble pattern"},
|
||||||
name: "Modern Geometric Gift Box",
|
|
||||||
price: "65.00 DT",
|
|
||||||
variant: "Marble Pattern",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-valentines-day-present-french-macarons-package-gray-background-feeling-gift-biscuit-cake-couple-marriage-happy_140725-158358.jpg",
|
|
||||||
imageAlt: "Modern Geometric Gift Box with marble pattern",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p6",
|
id: "p6", name: "Custom Engraved Charm Box", price: "89.99 DT", variant: "Gold Accent", imageSrc: "http://img.b2bpic.net/free-photo/collection-present-boxes-near-cup-with-drink_23-2147964015.jpg", imageAlt: "Custom Engraved Charm Box with gold accent"},
|
||||||
name: "Custom Engraved Charm Box",
|
|
||||||
price: "89.99 DT",
|
|
||||||
variant: "Gold Accent",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/collection-present-boxes-near-cup-with-drink_23-2147964015.jpg",
|
|
||||||
imageAlt: "Custom Engraved Charm Box with gold accent",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Featured Collections"
|
title="Featured Collections"
|
||||||
description="Explore our most sought-after handmade jewelry boxes and unique gifts, perfect for adding a touch of elegance to any occasion."
|
description="Explore our most sought-after handmade jewelry boxes and unique gifts, perfect for adding a touch of elegance to any occasion."
|
||||||
@@ -158,45 +106,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Fatima Z.", role: "Gift Enthusiast", testimonial: "The personalized jewelry box was even more beautiful in person! The craftsmanship is superb, and my friend absolutely loved her unique gift from T_craft. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-dress-holding-red-box-with-engagement-ring-looking-camera-happy-surprised-valentines-day-concept-standing-purple-wall_141793-59199.jpg", imageAlt: "Smiling customer Fatima Z."},
|
||||||
name: "Fatima Z.",
|
|
||||||
role: "Gift Enthusiast",
|
|
||||||
testimonial: "The personalized jewelry box was even more beautiful in person! The craftsmanship is superb, and my friend absolutely loved her unique gift from T_craft. Highly recommend!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-dress-holding-red-box-with-engagement-ring-looking-camera-happy-surprised-valentines-day-concept-standing-purple-wall_141793-59199.jpg",
|
|
||||||
imageAlt: "Smiling customer Fatima Z.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Ahmed K.", role: "Collector", testimonial: "I'm so impressed with the quality and attention to detail. This handmade gift product is truly a work of art. T_craft has gained a loyal customer in me!", imageSrc: "http://img.b2bpic.net/free-photo/two-cheerful-girls-sitting-desk-with-pizza-happily-looking-camera-while-spending-time-together-modern-office_574295-5842.jpg", imageAlt: "Satisfied customer Ahmed K."},
|
||||||
name: "Ahmed K.",
|
|
||||||
role: "Collector",
|
|
||||||
testimonial: "I'm so impressed with the quality and attention to detail. This handmade gift product is truly a work of art. T_craft has gained a loyal customer in me!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/two-cheerful-girls-sitting-desk-with-pizza-happily-looking-camera-while-spending-time-together-modern-office_574295-5842.jpg",
|
|
||||||
imageAlt: "Satisfied customer Ahmed K.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Nour H.", role: "Fashion Blogger", testimonial: "My bespoke jewelry box is simply stunning! It perfectly matches my aesthetic and keeps my treasures safe. Thank you, T_craft, for such a luxurious item.", imageSrc: "http://img.b2bpic.net/free-photo/stylish-successful-woman-enjoying-coffee-office_23-2147670335.jpg", imageAlt: "Happy customer Nour H."},
|
||||||
name: "Nour H.",
|
|
||||||
role: "Fashion Blogger",
|
|
||||||
testimonial: "My bespoke jewelry box is simply stunning! It perfectly matches my aesthetic and keeps my treasures safe. Thank you, T_craft, for such a luxurious item.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-successful-woman-enjoying-coffee-office_23-2147670335.jpg",
|
|
||||||
imageAlt: "Happy customer Nour H.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t4",
|
id: "t4", name: "Omar S.", role: "Event Planner", testimonial: "Ordered several custom gift boxes for an event, and T_craft delivered beyond expectations. The elegance and handmade feel added a special touch. Fantastic service!", imageSrc: "http://img.b2bpic.net/free-photo/various-tools-toolbag-near-slate-hammer-rust-wooden-desk_23-2147865474.jpg", imageAlt: "Event planner Omar S."},
|
||||||
name: "Omar S.",
|
|
||||||
role: "Event Planner",
|
|
||||||
testimonial: "Ordered several custom gift boxes for an event, and T_craft delivered beyond expectations. The elegance and handmade feel added a special touch. Fantastic service!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/various-tools-toolbag-near-slate-hammer-rust-wooden-desk_23-2147865474.jpg",
|
|
||||||
imageAlt: "Event planner Omar S.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t5",
|
id: "t5", name: "Yasmine A.", role: "Online Shopper", testimonial: "I was looking for something truly unique, and T_craft exceeded my hopes. The customization options were easy, and the final product is a dream. Absolutely love it!", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-wrapping-presents_23-2148331682.jpg", imageAlt: "Customer Yasmine A. with her purchase"},
|
||||||
name: "Yasmine A.",
|
|
||||||
role: "Online Shopper",
|
|
||||||
testimonial: "I was looking for something truly unique, and T_craft exceeded my hopes. The customization options were easy, and the final product is a dream. Absolutely love it!",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-wrapping-presents_23-2148331682.jpg",
|
|
||||||
imageAlt: "Customer Yasmine A. with her purchase",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Hear From Our Happy Customers"
|
title="Hear From Our Happy Customers"
|
||||||
description="Experience the joy and satisfaction through the words of those who cherish our handmade creations. Their stories inspire us."
|
description="Experience the joy and satisfaction through the words of those who cherish our handmade creations. Their stories inspire us."
|
||||||
@@ -209,20 +127,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "What is the estimated production time?", content: "Our handmade products typically require 3-7 business days for production, depending on the complexity of customization. You will receive an estimated completion date upon order confirmation."},
|
||||||
title: "What is the estimated production time?",
|
|
||||||
content: "Our handmade products typically require 3-7 business days for production, depending on the complexity of customization. You will receive an estimated completion date upon order confirmation.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "What are your delivery options?", content: "We offer various delivery options across Tunisia, including standard and express shipping. You can select your preferred method during checkout. International shipping options are available upon request."},
|
||||||
title: "What are your delivery options?",
|
|
||||||
content: "We offer various delivery options across Tunisia, including standard and express shipping. You can select your preferred method during checkout. International shipping options are available upon request.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Can I track my order?", content: "Yes, once your order is shipped, you will receive a tracking number via email to monitor its delivery status in real-time."},
|
||||||
title: "Can I track my order?",
|
|
||||||
content: "Yes, once your order is shipped, you will receive a tracking number via email to monitor its delivery status in real-time.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Your Questions, Answered"
|
title="Your Questions, Answered"
|
||||||
description="Find quick answers to common questions about our products, customization, ordering, and delivery process, ensuring a smooth shopping experience."
|
description="Find quick answers to common questions about our products, customization, ordering, and delivery process, ensuring a smooth shopping experience."
|
||||||
@@ -235,14 +144,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Luxury Living",
|
"Luxury Living", "Artisan Magazine", "Gift Boutique Today", "Handmade Wonders", "Elegant Homes", "Personalized Trends", "Craftsmanship Daily"]}
|
||||||
"Artisan Magazine",
|
|
||||||
"Gift Boutique Today",
|
|
||||||
"Handmade Wonders",
|
|
||||||
"Elegant Homes",
|
|
||||||
"Personalized Trends",
|
|
||||||
"Craftsmanship Daily",
|
|
||||||
]}
|
|
||||||
title="Loved by Many, Trusted by All"
|
title="Loved by Many, Trusted by All"
|
||||||
description="Our exquisite handmade creations bring joy and elegance to customers across Tunisia. Join the growing family of T_craft enthusiasts who cherish quality and personalization."
|
description="Our exquisite handmade creations bring joy and elegance to customers across Tunisia. Join the growing family of T_craft enthusiasts who cherish quality and personalization."
|
||||||
/>
|
/>
|
||||||
@@ -250,63 +152,40 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<FooterMedia
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERryYMrhl49XJRbbMSqgqXcf7z/uploaded-1780153323365-1vj7rraa.jpg?_wi=1"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERryYMrhl49XJRbbMSqgqXcf7z/uploaded-1780153323365-1vj7rraa.jpg"
|
||||||
imageAlt="Beautiful handmade gift products with elegant decor"
|
imageAlt="Beautiful handmade gift products with elegant decor"
|
||||||
logoText="T_craft"
|
logoText="T_craft"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Shop",
|
title: "Shop", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "All Products",
|
label: "All Products", href: "/products"},
|
||||||
href: "/products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Jewelry Boxes",
|
label: "Jewelry Boxes", href: "/products#jewelry-boxes"},
|
||||||
href: "/products#jewelry-boxes",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Gift Products",
|
label: "Gift Products", href: "/products#gift-products"},
|
||||||
href: "/products#gift-products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Custom Orders",
|
label: "Custom Orders", href: "/products#customization"},
|
||||||
href: "/products#customization",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About Us",
|
label: "About Us", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Testimonials",
|
label: "Testimonials", href: "#testimonials"},
|
||||||
href: "#testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contact Us",
|
label: "Contact Us", href: "/contact"},
|
||||||
href: "/contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy Policy",
|
label: "Privacy Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms of Service",
|
label: "Terms of Service", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Shipping Policy",
|
label: "Shipping Policy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user