Merge version_1 into main #2
@@ -1,15 +1,15 @@
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard";
|
||||
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
||||
import FeatureBento from "@/components/sections/feature/FeatureBento";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
|
||||
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import FeatureBento from '@/components/sections/feature/FeatureBento';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import {
|
||||
Sparkles,
|
||||
Package,
|
||||
@@ -58,7 +58,8 @@ export default function LandingPage() {
|
||||
{ name: "FAQ", id: "faq" },
|
||||
]}
|
||||
button={{
|
||||
text: "Shop Now", href: "#products"}}
|
||||
text: "Shop Now", href: "#products"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -90,13 +91,16 @@ export default function LandingPage() {
|
||||
stats: [
|
||||
{
|
||||
title: "Materials", values: ["Brass", "Steel", "Custom"],
|
||||
description: "Premium quality options"},
|
||||
description: "Premium quality options"
|
||||
},
|
||||
{
|
||||
title: "Customization", values: ["Unlimited", "Designs", "Included"],
|
||||
description: "Your unique designs"},
|
||||
description: "Your unique designs"
|
||||
},
|
||||
{
|
||||
title: "Satisfaction", values: ["98%", "Happy", "Customers"],
|
||||
description: "Trusted by professionals"},
|
||||
description: "Trusted by professionals"
|
||||
},
|
||||
],
|
||||
chartTitle: "Customer Projects", chartData: [
|
||||
{ value: 85 },
|
||||
@@ -108,7 +112,8 @@ export default function LandingPage() {
|
||||
listTitle: "Popular Uses", listItems: [
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: "Luxury Book Binding", status: "Professional"},
|
||||
title: "Luxury Book Binding", status: "Professional"
|
||||
},
|
||||
{ icon: Gift, title: "Corporate Gifts", status: "Premium" },
|
||||
{ icon: Palette, title: "Artisan Crafts", status: "Creative" },
|
||||
],
|
||||
@@ -130,11 +135,14 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Classic Brass Embosser", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/workplace-bench-cobbler-with-different-tools-it-peace-textured-fabric_613910-12956.jpg?_wi=1", imageAlt: "Classic brass embosser tool"},
|
||||
id: "1", name: "Classic Brass Embosser", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/workplace-bench-cobbler-with-different-tools-it-peace-textured-fabric_613910-12956.jpg", imageAlt: "Classic brass embosser tool"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Deluxe Custom Embosser", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148145915.jpg", imageAlt: "Deluxe custom embosser with premium materials"},
|
||||
id: "2", name: "Deluxe Custom Embosser", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons_23-2148145915.jpg", imageAlt: "Deluxe custom embosser with premium materials"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Professional Steel Set", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/workplace-bench-cobbler-with-different-tools-it-peace-textured-fabric_613910-12956.jpg?_wi=2", imageAlt: "Professional steel embosser set with multiple dies"},
|
||||
id: "3", name: "Professional Steel Set", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/workplace-bench-cobbler-with-different-tools-it-peace-textured-fabric_613910-12956.jpg", imageAlt: "Professional steel embosser set with multiple dies"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -187,6 +195,7 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/carpenter-works-with-professional-precision-drilling-tool_169016-51824.jpg"
|
||||
imageAlt="Customization process and options"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -205,16 +214,20 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "@sarahbookbinder", testimonial: "I've been using the professional embosser for 6 months now and couldn't be happier. The precision is incredible and customer service is outstanding. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Sarah Mitchell"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Chen", handle: "@jamesdesigns", testimonial: "As a luxury gift curator, I needed embossers I could trust. These are absolute game-changers for my business. Quality, reliability, and stunning results every single time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-library_1157-9062.jpg", imageAlt: "James Chen"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girls-library_1157-9062.jpg", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", handle: "@emmaartisancrafts", testimonial: "Finally found a company that truly understands custom personalization. The embosser arrived perfectly, the design was flawless, and the whole experience was seamless.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-businessman-using-cell-phone-coffee-break-cafe_637285-8873.jpg", imageAlt: "Emma Rodriguez"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-mid-adult-businessman-using-cell-phone-coffee-break-cafe_637285-8873.jpg", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "David Thompson", handle: "@davidcorpgifts", testimonial: "We ordered 50 custom embossers for our corporate gift line. The quality exceeded expectations and our clients absolutely love them. Worth every penny!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697703.jpg", imageAlt: "David Thompson"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-building-their-own-dried-arrangement_23-2149697703.jpg", imageAlt: "David Thompson"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -238,7 +251,8 @@ export default function LandingPage() {
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Single custom design", "Brass material", "Standard turnaround (5-7 days)", "Lifetime design adjustments", "Basic engraving options"],
|
||||
"Single custom design", "Brass material", "Standard turnaround (5-7 days)", "Lifetime design adjustments", "Basic engraving options"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "professional", badge: "Professional", badgeIcon: Crown,
|
||||
@@ -247,7 +261,8 @@ export default function LandingPage() {
|
||||
{ text: "Compare", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Up to 3 custom designs", "Brass or steel options", "Priority 2-3 day turnaround", "Advanced customization", "Free design consultation", "Premium engraving"],
|
||||
"Up to 3 custom designs", "Brass or steel options", "Priority 2-3 day turnaround", "Advanced customization", "Free design consultation", "Premium engraving"
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "enterprise", badge: "Enterprise", badgeIcon: Sparkles,
|
||||
@@ -256,7 +271,8 @@ export default function LandingPage() {
|
||||
{ text: "Get Quote", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited custom designs", "All materials available", "24-hour express service", "Dedicated account manager", "Bulk order discounts", "Premium packaging & delivery"],
|
||||
"Unlimited custom designs", "All materials available", "24-hour express service", "Dedicated account manager", "Bulk order discounts", "Premium packaging & delivery"
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -279,17 +295,23 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "How long does it take to receive my custom embosser?", content: "Standard turnaround is 5-7 business days. Professional and Enterprise plans offer faster options including 2-3 day and 24-hour express service. Rush orders can be arranged—contact our sales team for details."},
|
||||
id: "1", title: "How long does it take to receive my custom embosser?", content: "Standard turnaround is 5-7 business days. Professional and Enterprise plans offer faster options including 2-3 day and 24-hour express service. Rush orders can be arranged—contact our sales team for details."
|
||||
},
|
||||
{
|
||||
id: "2", title: "What materials are available for customization?", content: "We offer three premium material options: brass (standard, excellent for first-time users), steel (professional grade, more durable), and custom materials upon request. Each material offers unique aesthetic and durability characteristics."},
|
||||
id: "2", title: "What materials are available for customization?", content: "We offer three premium material options: brass (standard, excellent for first-time users), steel (professional grade, more durable), and custom materials upon request. Each material offers unique aesthetic and durability characteristics."
|
||||
},
|
||||
{
|
||||
id: "3", title: "Can I upload my own design?", content: "Absolutely! Upload your design in PDF, PNG, or JPG format. Our design team will review it for embossing compatibility. Professional and Enterprise plans include free design consultation if modifications are needed."},
|
||||
id: "3", title: "Can I upload my own design?", content: "Absolutely! Upload your design in PDF, PNG, or JPG format. Our design team will review it for embossing compatibility. Professional and Enterprise plans include free design consultation if modifications are needed."
|
||||
},
|
||||
{
|
||||
id: "4", title: "What is your warranty policy?", content: "All our embossers come with a lifetime warranty against manufacturing defects. We guarantee that your embosser will produce perfect impressions for years to come."},
|
||||
id: "4", title: "What is your warranty policy?", content: "All our embossers come with a lifetime warranty against manufacturing defects. We guarantee that your embosser will produce perfect impressions for years to come."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Do you offer bulk discounts?", content: "Yes! Orders of 5+ units receive special pricing. Contact our sales team for a custom quote. Enterprise plan customers get automatic bulk discounts and dedicated account management."},
|
||||
id: "5", title: "Do you offer bulk discounts?", content: "Yes! Orders of 5+ units receive special pricing. Contact our sales team for a custom quote. Enterprise plan customers get automatic bulk discounts and dedicated account management."
|
||||
},
|
||||
{
|
||||
id: "6", title: "How do I care for my embosser?", content: "Clean with a soft cloth after use and store in a cool, dry place. Avoid exposing to extreme temperatures or moisture. Your embosser requires minimal maintenance and will last for decades with proper care."},
|
||||
id: "6", title: "How do I care for my embosser?", content: "Clean with a soft cloth after use and store in a cool, dry place. Avoid exposing to extreme temperatures or moisture. Your embosser requires minimal maintenance and will last for decades with proper care."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user