From c55b3cb9e4265aab0d1723bcc1d864c7157a9741 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:03:33 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 72 ++++++++++++++---------------------------- 1 file changed, 24 insertions(+), 48 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d45502b..b9cc3d7 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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() { @@ -105,28 +95,20 @@ export default function AboutPage() { @@ -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" } ]} /> -- 2.49.1 From 26cdb5d9cd1924a868e167193b9ade55f44ef16d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:03:35 +0000 Subject: [PATCH 2/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 79 ++++++++++--------------------------------- 1 file changed, 18 insertions(+), 61 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index dfcfdea..210e58e 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -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() { @@ -94,34 +69,22 @@ export default function BlogPage() { @@ -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" } ]} /> -- 2.49.1 From db36837b4be1a176b6cadacfd40f1ea7d73775a2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:03:36 +0000 Subject: [PATCH 3/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 20 ++++++-------------- 1 file changed, 6 insertions(+), 14 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 95caaa8..bae37b6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -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} /> @@ -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"}, ]} /> -- 2.49.1 From 96bb83aba1c92082c7253337daf57567dc38108e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:03:36 +0000 Subject: [PATCH 4/5] Update src/app/page.tsx --- src/app/page.tsx | 204 ++++++++++------------------------------------- 1 file changed, 40 insertions(+), 164 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43e3879..0c66605 100644 --- a/src/app/page.tsx +++ b/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() { @@ -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"}, ]} /> -- 2.49.1 From 52e4a4137008e0b778370d46d4b7be06daa5f71b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:03:37 +0000 Subject: [PATCH 5/5] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 75 +++++++++---------------------------------- 1 file changed, 16 insertions(+), 59 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 16c6c8e..5414bb5 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -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"}} /> @@ -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} /> @@ -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"}, ]} /> -- 2.49.1