Merge version_1 into main #2

Merged
bender merged 3 commits from version_1 into main 2026-03-05 13:44:04 +00:00
3 changed files with 40 additions and 118 deletions

View File

@@ -64,25 +64,16 @@ export default function ContactPage() {
buttonAnimation="slide-up"
accordionItems={[
{
id: "1",
title: "Sales Inquiries",
content:
"Interested in learning more about our pricing plans or enterprise solutions? Contact our sales team to discuss your needs and find the perfect plan for your business.",
},
id: "1", title: "Sales Inquiries", content:
"Interested in learning more about our pricing plans or enterprise solutions? Contact our sales team to discuss your needs and find the perfect plan for your business."},
{
id: "2",
title: "Technical Support",
content:
"Need help with setup, integration, or troubleshooting? Our technical support team is available 24/7 to assist you with any technical questions or issues.",
},
id: "2", title: "Technical Support", content:
"Need help with setup, integration, or troubleshooting? Our technical support team is available 24/7 to assist you with any technical questions or issues."},
{
id: "3",
title: "Partnership Opportunities",
content:
"We're always looking for strategic partners and resellers. Contact us to explore partnership opportunities and grow together.",
},
id: "3", title: "Partnership Opportunities", content:
"We're always looking for strategic partners and resellers. Contact us to explore partnership opportunities and grow together."},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg"
imageAlt="Contact methods"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -95,29 +86,14 @@ export default function ContactPage() {
<TestimonialCardSixteen
testimonials={[
{
id: "1",
name: "Sarah Chen",
role: "E-commerce Owner",
company: "StyleHub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3",
},
id: "1", name: "Sarah Chen", role: "E-commerce Owner", company: "StyleHub", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
{
id: "2",
name: "Marcus Johnson",
role: "Store Manager",
company: "TechGear",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg?_wi=3",
},
id: "2", name: "Marcus Johnson", role: "Store Manager", company: "TechGear", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-optimistic-businessman-formalwear_1262-3600.jpg"},
{
id: "3",
name: "Emily Rodriguez",
role: "Business Owner",
company: "HomeDecor Plus",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=4",
},
id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "HomeDecor Plus", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
]}
kpiItems={[
{ value: "2.5M+", label: "Orders Processed" },
@@ -142,8 +118,8 @@ export default function ContactPage() {
columns={[
{
items: [
{ label: "Features", id: "features" },
{ label: "Pricing", id: "pricing" },
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Dashboard", href: "/dashboard" },
],
},

View File

@@ -51,7 +51,7 @@ export default function DashboardPage() {
{ text: "View Documentation", href: "#" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg"
imageAlt="Sales dashboard"
useInvertedBackground={false}
/>
@@ -69,25 +69,16 @@ export default function DashboardPage() {
buttonAnimation="slide-up"
accordionItems={[
{
id: "1",
title: "Real-Time Analytics",
content:
"Monitor your sales, revenue, customer metrics, and performance indicators in real-time. Get instant insights into what's working and where to focus your efforts.",
},
id: "1", title: "Real-Time Analytics", content:
"Monitor your sales, revenue, customer metrics, and performance indicators in real-time. Get instant insights into what's working and where to focus your efforts."},
{
id: "2",
title: "Inventory Management",
content:
"Track stock levels across all warehouses, set automatic reorder points, and receive alerts when inventory runs low. Prevent stockouts and minimize overstock situations.",
},
id: "2", title: "Inventory Management", content:
"Track stock levels across all warehouses, set automatic reorder points, and receive alerts when inventory runs low. Prevent stockouts and minimize overstock situations."},
{
id: "3",
title: "Order Management",
content:
"Process, track, and manage all orders in one place. Integrate with shipping providers for seamless fulfillment and automatic customer notifications.",
},
id: "3", title: "Order Management", content:
"Process, track, and manage all orders in one place. Integrate with shipping providers for seamless fulfillment and automatic customer notifications."},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg"
imageAlt="Dashboard capabilities"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -116,8 +107,8 @@ export default function DashboardPage() {
columns={[
{
items: [
{ label: "Features", id: "features" },
{ label: "Pricing", id: "pricing" },
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Dashboard", href: "/dashboard" },
],
},

View File

@@ -43,58 +43,22 @@ export default function ProductsPage() {
<ProductCardFour
products={[
{
id: "1",
name: "Premium Wireless Headphones",
price: "$149.99",
variant: "Black • 2 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=2",
imageAlt: "Wireless headphones",
isFavorited: false,
id: "1", name: "Premium Wireless Headphones", price: "$149.99", variant: "Black • 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Wireless headphones", isFavorited: false,
},
{
id: "2",
name: "Smart Watch Pro",
price: "$299.99",
variant: "Silver • 3 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/sporty-active-woman-casual-t-shirt-looks-smartwatch-focused-screen-smiles-gladfully-satisfied-after-wokout-listens-music-wireless-headphones-poses-outdoors-against-urban-surroundings_273609-57760.jpg?_wi=2",
imageAlt: "Smart watch",
isFavorited: false,
id: "2", name: "Smart Watch Pro", price: "$299.99", variant: "Silver • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/sporty-active-woman-casual-t-shirt-looks-smartwatch-focused-screen-smiles-gladfully-satisfied-after-wokout-listens-music-wireless-headphones-poses-outdoors-against-urban-surroundings_273609-57760.jpg", imageAlt: "Smart watch", isFavorited: false,
},
{
id: "3",
name: "Portable Charger 20K",
price: "$59.99",
variant: "White • 4 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg?_wi=2",
imageAlt: "Portable charger",
isFavorited: false,
id: "3", name: "Portable Charger 20K", price: "$59.99", variant: "White • 4 Colors", imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg", imageAlt: "Portable charger", isFavorited: false,
},
{
id: "4",
name: "USB-C Hub Adapter",
price: "$79.99",
variant: "Gray • 2 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-faucet-water-aerator-metal-texture_169016-69557.jpg?_wi=2",
imageAlt: "USB hub",
isFavorited: false,
id: "4", name: "USB-C Hub Adapter", price: "$79.99", variant: "Gray • 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/kitchen-faucet-water-aerator-metal-texture_169016-69557.jpg", imageAlt: "USB hub", isFavorited: false,
},
{
id: "5",
name: "Noise Cancelling Earbuds",
price: "$129.99",
variant: "White • 3 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg?_wi=3",
imageAlt: "Noise cancelling earbuds",
isFavorited: false,
id: "5", name: "Noise Cancelling Earbuds", price: "$129.99", variant: "White • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/headset-table_417767-238.jpg", imageAlt: "Noise cancelling earbuds", isFavorited: false,
},
{
id: "6",
name: "Wireless Charging Pad",
price: "$49.99",
variant: "Black • 2 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg?_wi=3",
imageAlt: "Wireless charging pad",
isFavorited: false,
id: "6", name: "Wireless Charging Pad", price: "$49.99", variant: "Black • 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/powerful-external-battery-with-usb-wire_93675-128475.jpg", imageAlt: "Wireless charging pad", isFavorited: false,
},
]}
title="All Products"
@@ -124,25 +88,16 @@ export default function ProductsPage() {
buttonAnimation="slide-up"
accordionItems={[
{
id: "1",
title: "Premium Quality",
content:
"All our products are carefully selected and tested for quality. We partner with leading manufacturers to ensure you receive the best items in the market.",
},
id: "1", title: "Premium Quality", content:
"All our products are carefully selected and tested for quality. We partner with leading manufacturers to ensure you receive the best items in the market."},
{
id: "2",
title: "Competitive Pricing",
content:
"We offer the most competitive prices without compromising on quality. Our efficient supply chain allows us to pass savings directly to you.",
},
id: "2", title: "Competitive Pricing", content:
"We offer the most competitive prices without compromising on quality. Our efficient supply chain allows us to pass savings directly to you."},
{
id: "3",
title: "Fast Shipping",
content:
"Get your orders delivered quickly and safely. We ship worldwide with multiple carrier options and real-time tracking.",
},
id: "3", title: "Fast Shipping", content:
"Get your orders delivered quickly and safely. We ship worldwide with multiple carrier options and real-time tracking."},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg"
imageAlt="Product benefits"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -171,8 +126,8 @@ export default function ProductsPage() {
columns={[
{
items: [
{ label: "Features", id: "features" },
{ label: "Pricing", id: "pricing" },
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Dashboard", href: "/dashboard" },
],
},