Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function AboutPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -45,8 +45,7 @@ export default function AboutPage() {
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Story",
|
||||
href: "/about"
|
||||
text: "Explore Our Story", href: "/about"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -56,32 +55,24 @@ export default function AboutPage() {
|
||||
<FeatureCardTwentyFive
|
||||
features={[
|
||||
{
|
||||
title: "Foldable Design",
|
||||
description: "Compact and space-saving when not in use. Unfolds to full size for comfortable eating.",
|
||||
icon: Zap,
|
||||
title: "Foldable Design", description: "Compact and space-saving when not in use. Unfolds to full size for comfortable eating.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/car-background-design_1300-61.jpg?_wi=2",
|
||||
imageAlt: "Foldable design demonstration"
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/car-background-design_1300-61.jpg", imageAlt: "Foldable design demonstration"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163675.jpg?_wi=4",
|
||||
imageAlt: "Plate in use"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163675.jpg", imageAlt: "Plate in use"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Spill-Resistant",
|
||||
description: "Advanced silicone engineering prevents spills and messes. Keep your car clean while you eat.",
|
||||
icon: Shield,
|
||||
title: "Spill-Resistant", description: "Advanced silicone engineering prevents spills and messes. Keep your car clean while you eat.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party-covid_23-2149316348.jpg?_wi=2",
|
||||
imageAlt: "Spill-resistant technology"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party-covid_23-2149316348.jpg", imageAlt: "Spill-resistant technology"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-salad-with-berries-measuring-tape_23-2148035076.jpg?_wi=4",
|
||||
imageAlt: "Bowl in action"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-salad-with-berries-measuring-tape_23-2148035076.jpg", imageAlt: "Bowl in action"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -94,8 +85,7 @@ export default function AboutPage() {
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Discover More",
|
||||
href: "/about"
|
||||
text: "Discover More", href: "/about"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -105,28 +95,20 @@ export default function AboutPage() {
|
||||
<MetricCardThree
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Users,
|
||||
title: "Happy Customers",
|
||||
value: "15,000+"
|
||||
id: "1", icon: Users,
|
||||
title: "Happy Customers", value: "15,000+"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
icon: ShoppingCart,
|
||||
title: "Products Sold",
|
||||
value: "45,000+"
|
||||
id: "2", icon: ShoppingCart,
|
||||
title: "Products Sold", value: "45,000+"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
icon: MapPin,
|
||||
title: "Colorado Based",
|
||||
value: "Est. 2023"
|
||||
id: "3", icon: MapPin,
|
||||
title: "Colorado Based", value: "Est. 2023"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
icon: Star,
|
||||
title: "Customer Rating",
|
||||
value: "4.9/5"
|
||||
id: "4", icon: Star,
|
||||
title: "Customer Rating", value: "4.9/5"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -143,15 +125,13 @@ export default function AboutPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact"
|
||||
text: "Contact Us", href: "/contact"
|
||||
},
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "/shop"
|
||||
text: "Shop Now", href: "/shop"
|
||||
}
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -163,23 +143,19 @@ export default function AboutPage() {
|
||||
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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -17,7 +17,7 @@ export default function BlogPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -41,37 +41,13 @@ export default function BlogPage() {
|
||||
<BlogCardOne
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Road Trips",
|
||||
title: "The Ultimate Guide to Road Trip Dining",
|
||||
excerpt: "Discover how to meal prep for long drives and keep your vehicle clean while enjoying delicious meals on the go.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473015.jpg?_wi=2",
|
||||
imageAlt: "Road trip dining guide",
|
||||
authorName: "Sarah Mitchell",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
|
||||
date: "15 Jan 2025"
|
||||
id: "1", category: "Road Trips", title: "The Ultimate Guide to Road Trip Dining", excerpt: "Discover how to meal prep for long drives and keep your vehicle clean while enjoying delicious meals on the go.", imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473015.jpg", imageAlt: "Road trip dining guide", authorName: "Sarah Mitchell", authorAvatar: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", date: "15 Jan 2025"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
category: "Vehicle Care",
|
||||
title: "Keeping Your Car Clean While Eating: Best Practices",
|
||||
excerpt: "Learn proven strategies to maintain your vehicle's interior cleanliness even with regular in-car dining using DriveDish solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-glasses-polishing-inside-his-car-with-rug-man-wearing-white-t-shirt_1157-49926.jpg?_wi=2",
|
||||
imageAlt: "Vehicle maintenance tips",
|
||||
authorName: "Michael Rodriguez",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-standing-isolated-background-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-32510.jpg",
|
||||
date: "10 Jan 2025"
|
||||
id: "2", category: "Vehicle Care", title: "Keeping Your Car Clean While Eating: Best Practices", excerpt: "Learn proven strategies to maintain your vehicle's interior cleanliness even with regular in-car dining using DriveDish solutions.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-glasses-polishing-inside-his-car-with-rug-man-wearing-white-t-shirt_1157-49926.jpg", imageAlt: "Vehicle maintenance tips", authorName: "Michael Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-standing-isolated-background-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-32510.jpg", date: "10 Jan 2025"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
category: "Lifestyle",
|
||||
title: "Modern Dining Solutions for On-the-Go Living",
|
||||
excerpt: "Explore how portable dining products are revolutionizing the way busy professionals and travelers manage meals throughout their day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-frozen-goodies_23-2148969367.jpg?_wi=2",
|
||||
imageAlt: "Modern dining solutions",
|
||||
authorName: "Emma Thompson",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg",
|
||||
date: "5 Jan 2025"
|
||||
id: "3", category: "Lifestyle", title: "Modern Dining Solutions for On-the-Go Living", excerpt: "Explore how portable dining products are revolutionizing the way busy professionals and travelers manage meals throughout their day.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-frozen-goodies_23-2148969367.jpg", imageAlt: "Modern dining solutions", authorName: "Emma Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg", date: "5 Jan 2025"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -83,8 +59,7 @@ export default function BlogPage() {
|
||||
carouselMode="buttons"
|
||||
buttons={[
|
||||
{
|
||||
text: "Read All Articles",
|
||||
href: "/blog"
|
||||
text: "Read All Articles", href: "/blog"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -94,34 +69,22 @@ export default function BlogPage() {
|
||||
<FaqDouble
|
||||
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."
|
||||
}
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
@@ -140,15 +103,13 @@ export default function BlogPage() {
|
||||
animationType="entrance-slide"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact"
|
||||
text: "Contact Us", href: "/contact"
|
||||
},
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "/shop"
|
||||
text: "Shop Now", href: "/shop"
|
||||
}
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,23 +121,19 @@ export default function BlogPage() {
|
||||
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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
@@ -15,7 +15,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -43,7 +43,7 @@ export default function ContactPage() {
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
{ text: "Shop Now", href: "/shop" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -55,24 +55,16 @@ export default function ContactPage() {
|
||||
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>
|
||||
|
||||
204
src/app/page.tsx
204
src/app/page.tsx
@@ -23,7 +23,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeLargeTitles"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -51,7 +51,7 @@ export default function HomePage() {
|
||||
{ text: "Shop Now", href: "/shop" },
|
||||
{ text: "Learn More", href: "#about" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/view-travel-items-inside-car-ready-trip_23-2151078288.jpg"
|
||||
imageAlt="DriveDish innovative car dining solution"
|
||||
frameStyle="card"
|
||||
@@ -78,28 +78,13 @@ export default function HomePage() {
|
||||
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=1",
|
||||
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=1",
|
||||
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=1",
|
||||
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"
|
||||
@@ -119,33 +104,21 @@ export default function HomePage() {
|
||||
tag="Features"
|
||||
features={[
|
||||
{
|
||||
title: "Foldable Design",
|
||||
description: "Compact and space-saving when not in use. Unfolds to full size for comfortable eating.",
|
||||
icon: Zap,
|
||||
title: "Foldable Design", description: "Compact and space-saving when not in use. Unfolds to full size for comfortable eating.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/car-background-design_1300-61.jpg?_wi=1",
|
||||
imageAlt: "Foldable design demonstration",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/car-background-design_1300-61.jpg", imageAlt: "Foldable design demonstration"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163675.jpg?_wi=2",
|
||||
imageAlt: "Plate in use",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fuel-level-gauge-vehicle_23-2150163675.jpg", imageAlt: "Plate in use"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Spill-Resistant",
|
||||
description: "Advanced silicone engineering prevents spills and messes. Keep your car clean while you eat.",
|
||||
icon: Shield,
|
||||
title: "Spill-Resistant", description: "Advanced silicone engineering prevents spills and messes. Keep your car clean while you eat.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party-covid_23-2149316348.jpg?_wi=1",
|
||||
imageAlt: "Spill-resistant technology",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-party-covid_23-2149316348.jpg", imageAlt: "Spill-resistant technology"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-salad-with-berries-measuring-tape_23-2148035076.jpg?_wi=2",
|
||||
imageAlt: "Bowl in action",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetarian-salad-with-berries-measuring-tape_23-2148035076.jpg", imageAlt: "Bowl in action"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -164,29 +137,17 @@ export default function HomePage() {
|
||||
description="Our impact on automotive dining culture across North America."
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
icon: Users,
|
||||
title: "Happy Customers",
|
||||
value: "15,000+",
|
||||
},
|
||||
id: "1", icon: Users,
|
||||
title: "Happy Customers", value: "15,000+"},
|
||||
{
|
||||
id: "2",
|
||||
icon: ShoppingCart,
|
||||
title: "Products Sold",
|
||||
value: "45,000+",
|
||||
},
|
||||
id: "2", icon: ShoppingCart,
|
||||
title: "Products Sold", value: "45,000+"},
|
||||
{
|
||||
id: "3",
|
||||
icon: MapPin,
|
||||
title: "Colorado Based",
|
||||
value: "Est. 2023",
|
||||
},
|
||||
id: "3", icon: MapPin,
|
||||
title: "Colorado Based", value: "Est. 2023"},
|
||||
{
|
||||
id: "4",
|
||||
icon: Star,
|
||||
title: "Customer Rating",
|
||||
value: "4.9/5",
|
||||
},
|
||||
id: "4", icon: Star,
|
||||
title: "Customer Rating", value: "4.9/5"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -200,15 +161,7 @@ export default function HomePage() {
|
||||
description="DriveDish partnerships with automotive and lifestyle companies."
|
||||
tag="Partners"
|
||||
names={[
|
||||
"Outdoor Gear Co",
|
||||
"Road Trip Magazine",
|
||||
"Car Travel Weekly",
|
||||
"Adventure Lifestyle",
|
||||
"Mobile Dining Today",
|
||||
"Automotive Accessories Pro",
|
||||
"Travel Essentials Hub",
|
||||
"Modern Nomad Living",
|
||||
]}
|
||||
"Outdoor Gear Co", "Road Trip Magazine", "Car Travel Weekly", "Adventure Lifestyle", "Mobile Dining Today", "Automotive Accessories Pro", "Travel Essentials Hub", "Modern Nomad Living"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
speed={40}
|
||||
@@ -220,41 +173,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
|
||||
imageAlt: "Sarah Johnson",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", imageAlt: "Sarah Johnson"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-standing-isolated-background-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-32510.jpg",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-standing-isolated-background-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-32510.jpg", imageAlt: "Michael Chen"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg",
|
||||
imageAlt: "Emily Rodriguez",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg", imageAlt: "Emily Rodriguez"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-smart-attractive-asian-business-female-smile-with-confident-leadership-modern-office-background_609648-1462.jpg",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-smart-attractive-asian-business-female-smile-with-confident-leadership-modern-office-background_609648-1462.jpg", imageAlt: "David Kim"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica Martinez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg",
|
||||
imageAlt: "Jessica Martinez",
|
||||
},
|
||||
id: "5", name: "Jessica Martinez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-woman-suit_23-2148603018.jpg", imageAlt: "Jessica Martinez"},
|
||||
{
|
||||
id: "6",
|
||||
name: "James Wilson",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
imageAlt: "James Wilson",
|
||||
},
|
||||
id: "6", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg", imageAlt: "James Wilson"},
|
||||
]}
|
||||
cardTitle="Over 15,000 customers trust DriveDish to enhance their road dining experience with innovative, spill-resistant solutions."
|
||||
cardTag="Customer Love"
|
||||
@@ -270,35 +199,17 @@ export default function HomePage() {
|
||||
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"
|
||||
@@ -314,38 +225,11 @@ export default function HomePage() {
|
||||
tag="Blog"
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Road Trips",
|
||||
title: "The Ultimate Guide to Road Trip Dining",
|
||||
excerpt: "Discover how to meal prep for long drives and keep your vehicle clean while enjoying delicious meals on the go.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473015.jpg?_wi=1",
|
||||
imageAlt: "Road trip dining guide",
|
||||
authorName: "Sarah Mitchell",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg",
|
||||
date: "15 Jan 2025",
|
||||
},
|
||||
id: "1", category: "Road Trips", title: "The Ultimate Guide to Road Trip Dining", excerpt: "Discover how to meal prep for long drives and keep your vehicle clean while enjoying delicious meals on the go.", imageSrc: "http://img.b2bpic.net/free-photo/traveling-with-off-road-car_23-2151473015.jpg", imageAlt: "Road trip dining guide", authorName: "Sarah Mitchell", authorAvatar: "http://img.b2bpic.net/free-photo/successful-businesswoman-smiling-looking-confident-happy-standing-suit-street-leans-her_1258-193996.jpg", date: "15 Jan 2025"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Vehicle Care",
|
||||
title: "Keeping Your Car Clean While Eating: Best Practices",
|
||||
excerpt: "Learn proven strategies to maintain your vehicle's interior cleanliness even with regular in-car dining using DriveDish solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-glasses-polishing-inside-his-car-with-rug-man-wearing-white-t-shirt_1157-49926.jpg?_wi=1",
|
||||
imageAlt: "Vehicle maintenance tips",
|
||||
authorName: "Michael Rodriguez",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-standing-isolated-background-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-32510.jpg",
|
||||
date: "10 Jan 2025",
|
||||
},
|
||||
id: "2", category: "Vehicle Care", title: "Keeping Your Car Clean While Eating: Best Practices", excerpt: "Learn proven strategies to maintain your vehicle's interior cleanliness even with regular in-car dining using DriveDish solutions.", imageSrc: "http://img.b2bpic.net/free-photo/young-man-glasses-polishing-inside-his-car-with-rug-man-wearing-white-t-shirt_1157-49926.jpg", imageAlt: "Vehicle maintenance tips", authorName: "Michael Rodriguez", authorAvatar: "http://img.b2bpic.net/free-photo/middle-age-hispanic-woman-standing-isolated-background-doing-happy-thumbs-up-gesture-with-hand-approving-expression-looking-camera-showing-success_839833-32510.jpg", date: "10 Jan 2025"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Lifestyle",
|
||||
title: "Modern Dining Solutions for On-the-Go Living",
|
||||
excerpt: "Explore how portable dining products are revolutionizing the way busy professionals and travelers manage meals throughout their day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-frozen-goodies_23-2148969367.jpg?_wi=1",
|
||||
imageAlt: "Modern dining solutions",
|
||||
authorName: "Emma Thompson",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg",
|
||||
date: "5 Jan 2025",
|
||||
},
|
||||
id: "3", category: "Lifestyle", title: "Modern Dining Solutions for On-the-Go Living", excerpt: "Explore how portable dining products are revolutionizing the way busy professionals and travelers manage meals throughout their day.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-different-frozen-goodies_23-2148969367.jpg", imageAlt: "Modern dining solutions", authorName: "Emma Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/female-employee-black-suit-smiling_114579-15858.jpg", date: "5 Jan 2025"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -365,7 +249,7 @@ export default function HomePage() {
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
{ text: "Shop Now", href: "/shop" },
|
||||
]}
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -377,24 +261,16 @@ export default function HomePage() {
|
||||
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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user