Update src/app/shop/page.tsx

This commit is contained in:
2026-03-06 19:03:37 +00:00
parent 96bb83aba1
commit 52e4a41370

View File

@@ -16,7 +16,7 @@ export default function ShopPage() {
borderRadius="pill"
contentWidth="medium"
sizing="largeSmallSizeLargeTitles"
background="grid"
background="circleGradient"
cardStyle="gradient-radial"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
@@ -33,9 +33,7 @@ export default function ShopPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Shop Now",
href: "products",
}}
text: "Shop Now", href: "products"}}
/>
</div>
@@ -46,28 +44,13 @@ export default function ShopPage() {
tag="Shop"
products={[
{
id: "1",
name: "Foldable Silicone Car Plate",
price: "$24.99",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163675.jpg?_wi=3",
imageAlt: "Foldable Silicone Car Plate",
initialQuantity: 1,
id: "1", name: "Foldable Silicone Car Plate", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163675.jpg", imageAlt: "Foldable Silicone Car Plate", initialQuantity: 1,
},
{
id: "2",
name: "Spill-Resistant Silicone Car Bowl",
price: "$19.99",
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-salad-with-berries-measuring-tape_23-2148035076.jpg?_wi=3",
imageAlt: "Spill-Resistant Silicone Car Bowl",
initialQuantity: 1,
id: "2", name: "Spill-Resistant Silicone Car Bowl", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-salad-with-berries-measuring-tape_23-2148035076.jpg", imageAlt: "Spill-Resistant Silicone Car Bowl", initialQuantity: 1,
},
{
id: "3",
name: "DriveDish Complete Combo Set",
price: "$39.99",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-different-colored-plates_23-2148633604.jpg?_wi=2",
imageAlt: "DriveDish Plate and Bowl Combo Set",
initialQuantity: 1,
id: "3", name: "DriveDish Complete Combo Set", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/assortment-different-colored-plates_23-2148633604.jpg", imageAlt: "DriveDish Plate and Bowl Combo Set", initialQuantity: 1,
},
]}
gridVariant="three-columns-all-equal-width"
@@ -85,35 +68,17 @@ export default function ShopPage() {
tag="Help"
faqs={[
{
id: "1",
title: "Are the plates and bowls dishwasher safe?",
content: "Yes, all DriveDish products are fully dishwasher safe. We recommend the top rack for best results. Hand washing with warm soapy water also works perfectly.",
},
id: "1", title: "Are the plates and bowls dishwasher safe?", content: "Yes, all DriveDish products are fully dishwasher safe. We recommend the top rack for best results. Hand washing with warm soapy water also works perfectly."},
{
id: "2",
title: "What materials are used in DriveDish products?",
content: "Our products are made from premium food-grade silicone that is BPA-free, non-toxic, and environmentally responsible. The silicone is durable, flexible, and designed to withstand extreme temperatures.",
},
id: "2", title: "What materials are used in DriveDish products?", content: "Our products are made from premium food-grade silicone that is BPA-free, non-toxic, and environmentally responsible. The silicone is durable, flexible, and designed to withstand extreme temperatures."},
{
id: "3",
title: "Can the plates and bowls handle hot food?",
content: "Absolutely! DriveDish products are temperature-resistant and can safely hold foods and beverages from -40°F to 400°F. Perfect for hot soups, cold desserts, or anything in between.",
},
id: "3", title: "Can the plates and bowls handle hot food?", content: "Absolutely! DriveDish products are temperature-resistant and can safely hold foods and beverages from -40°F to 400°F. Perfect for hot soups, cold desserts, or anything in between."},
{
id: "4",
title: "What is your return policy?",
content: "We offer a 30-day satisfaction guarantee. If you're not completely happy with your purchase, we'll provide a full refund or replacement at no cost. No questions asked.",
},
id: "4", title: "What is your return policy?", content: "We offer a 30-day satisfaction guarantee. If you're not completely happy with your purchase, we'll provide a full refund or replacement at no cost. No questions asked."},
{
id: "5",
title: "Do you ship internationally?",
content: "Currently, we ship to all 50 US states and Canada. International shipping coming soon! Sign up for our newsletter to be notified when we expand to your region.",
},
id: "5", title: "Do you ship internationally?", content: "Currently, we ship to all 50 US states and Canada. International shipping coming soon! Sign up for our newsletter to be notified when we expand to your region."},
{
id: "6",
title: "What sizes do the plates and bowls come in?",
content: "Our standard car plate is 8 inches when unfolded, perfect for most car cup holders when folded. The spill-resistant bowl is 6 inches in diameter, designed to fit securely in vehicle cup holders.",
},
id: "6", title: "What sizes do the plates and bowls come in?", content: "Our standard car plate is 8 inches when unfolded, perfect for most car cup holders when folded. The spill-resistant bowl is 6 inches in diameter, designed to fit securely in vehicle cup holders."},
]}
faqsAnimation="slide-up"
textboxLayout="default"
@@ -130,7 +95,7 @@ export default function ShopPage() {
{ text: "Contact Us", href: "#contact" },
{ text: "Shop Now", href: "#products" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={true}
/>
</div>
@@ -142,24 +107,16 @@ export default function ShopPage() {
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com/drivedish",
ariaLabel: "DriveDish on Facebook",
},
href: "https://facebook.com/drivedish", ariaLabel: "DriveDish on Facebook"},
{
icon: Instagram,
href: "https://instagram.com/drivedish",
ariaLabel: "DriveDish on Instagram",
},
href: "https://instagram.com/drivedish", ariaLabel: "DriveDish on Instagram"},
{
icon: Twitter,
href: "https://twitter.com/drivedish",
ariaLabel: "DriveDish on Twitter",
},
href: "https://twitter.com/drivedish", ariaLabel: "DriveDish on Twitter"},
{
icon: Linkedin,
href: "https://linkedin.com/company/drivedish",
ariaLabel: "DriveDish on LinkedIn",
},
href: "https://linkedin.com/company/drivedish", ariaLabel: "DriveDish on LinkedIn"},
]}
/>
</div>