diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 1f26f08..2601329 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -33,6 +33,7 @@ export default function AboutPage() {
/>
diff --git a/src/app/faq/page.tsx b/src/app/faq/page.tsx
index a644f09..5230988 100644
--- a/src/app/faq/page.tsx
+++ b/src/app/faq/page.tsx
@@ -8,7 +8,18 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
export default function FaqPage() {
return (
-
+
diff --git a/src/app/features/page.tsx b/src/app/features/page.tsx
index 499991e..1ec4a34 100644
--- a/src/app/features/page.tsx
+++ b/src/app/features/page.tsx
@@ -34,6 +34,8 @@ export default function FeaturesPage() {
diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx
index 3523588..fe666e5 100644
--- a/src/app/menu/page.tsx
+++ b/src/app/menu/page.tsx
@@ -53,6 +53,7 @@ export default function MenuPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index d04dcc4..2036ede 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -43,7 +43,6 @@ export default function LandingPage() {
@@ -82,13 +78,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Unmatched Freshness", description: "Everything from our Telera bread to our donuts is crafted daily.", imageSrc: "http://img.b2bpic.net/free-photo/bitten-egg-sandwich-plate_53876-63372.jpg", imageAlt: "Breakfast croissant sandwich egg cheese"
+ title: "Unmatched Freshness", description: "Everything from our Telera bread to our donuts is crafted daily.", imageSrc: "http://img.b2bpic.net/free-photo/bitten-egg-sandwich-plate_53876-63372.jpg"
},
{
- title: "Affordable Quality", description: "Delicious, hearty meals that won't break your bank account.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe_1339-2405.jpg", imageAlt: "Mocha frappe whipped cream"
+ title: "Affordable Quality", description: "Delicious, hearty meals that won't break your bank account.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe_1339-2405.jpg"
},
{
- title: "Amazing Service", description: "The owners truly care about every customer who walks through our door.", imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623390.jpg", imageAlt: "Happy customer portrait"
+ title: "Amazing Service", description: "The owners truly care about every customer who walks through our door.", imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623390.jpg"
}
]}
title="Why Neighbors Love Us"
@@ -103,12 +99,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- { id: "1", name: "Glazed Donut", price: "$1.50", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-many-donut_74190-7200.jpg", imageAlt: "Classic glazed donut macro shot" },
- { id: "2", name: "Blueberry Glaze Donut", price: "$1.75", imageSrc: "http://img.b2bpic.net/free-photo/blueberry-cheesecake-bars-with-honey-fresh-berries_114579-19463.jpg", imageAlt: "Blueberry glaze donut gourmet" },
- { id: "3", name: "Sausage, Egg & Cheese Croissant", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sandwiches-arrangement-white-background_23-2148617389.jpg", imageAlt: "Breakfast croissant sandwich egg cheese" },
- { id: "4", name: "Strawberry Banana Smoothie", price: "$6.70", imageSrc: "http://img.b2bpic.net/free-photo/blackcurrant-confiture-white-saucer-with-glass-juice-around_114579-23333.jpg", imageAlt: "Real fruit strawberry banana smoothie" },
- { id: "5", name: "Mocha Frappe", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-coffee-with-cream_23-2148349613.jpg", imageAlt: "Mocha frappe whipped cream" },
- { id: "6", name: "Roast Beef Telera Sandwich", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868213.jpg", imageAlt: "Roast beef telera sandwich avocado" }
+ { id: "1", name: "Glazed Donut", price: "$1.50", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-many-donut_74190-7200.jpg" },
+ { id: "2", name: "Blueberry Glaze Donut", price: "$1.75", imageSrc: "http://img.b2bpic.net/free-photo/blueberry-cheesecake-bars-with-honey-fresh-berries_114579-19463.jpg" },
+ { id: "3", name: "Sausage, Egg & Cheese Croissant", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-sandwiches-arrangement-white-background_23-2148617389.jpg" },
+ { id: "4", name: "Strawberry Banana Smoothie", price: "$6.70", imageSrc: "http://img.b2bpic.net/free-photo/blackcurrant-confiture-white-saucer-with-glass-juice-around_114579-23333.jpg" },
+ { id: "5", name: "Mocha Frappe", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glass-coffee-with-cream_23-2148349613.jpg" },
+ { id: "6", name: "Roast Beef Telera Sandwich", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868213.jpg" }
]}
title="Our Menu Favorites"
description="Classic treats, savory sandwiches, and refreshing smoothies."
@@ -121,23 +117,23 @@ export default function LandingPage() {
title="Get Weekly Specials"
description="Sign up for our newsletter to get exclusive deals and the latest donut updates straight to your inbox."
buttons={[{ text: "Sign Up" }]}
- className="bg-gray-50"
+ background={{ variant: "plain" }}
+ useInvertedBackground={false}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/testimonials/page.tsx b/src/app/testimonials/page.tsx
index d584518..d365207 100644
--- a/src/app/testimonials/page.tsx
+++ b/src/app/testimonials/page.tsx
@@ -8,7 +8,18 @@ import FooterMedia from '@/components/sections/footer/FooterMedia';
export default function TestimonialsPage() {
return (
-
+