diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3a2e882..eff312a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,43 +29,27 @@ export default function LandingPage() {
@@ -78,15 +62,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Sea Salt Potato Chips", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-sliced-cauliflower-inside-plate-with-lemon-grey-light-wall_140725-38043.jpg"},
- {
- id: "p2", name: "Classic Butter Biscuits", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-vertical-shot-tasty-cookies-white-surface-with-chocolate-milk_181624-3981.jpg"},
- {
- id: "p3", name: "Spicy Veggie Chips", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-homemade-chips-pepper-bowl-mayonnaise-ketchup-newspaper-gray-table_140725-87112.jpg"},
+ { id: "c1", name: "Crispy Sea Salt Chips", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/side-view-delicious-homemade-chips-pepper-bowl-mayonnaise-ketchup-newspaper-gray-table_140725-87112.jpg" },
+ { id: "b1", name: "Classic Butter Biscuit", price: "$6.50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-vertical-shot-tasty-cookies-white-surface-with-chocolate-milk_181624-3981.jpg" },
+ { id: "c2", name: "Spicy Chili Chips", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cooked-sliced-cauliflower-inside-plate-with-lemon-grey-light-wall_140725-38043.jpg" },
]}
- title="Our Creations"
- description="Discover our range of handcrafted chips and biscuits."
+ title="Fast Snacks, Big Flavor"
+ description="Browse our freshly baked biscuits and perfectly salted chips."
/>
@@ -94,15 +75,11 @@ export default function LandingPage() {
@@ -142,15 +106,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1", title: "Are your chips gluten-free?", content: "Yes, our potato chips are 100% gluten-free."},
- {
- id: "f2", title: "Where do you source your ingredients?", content: "We source from local farms within 50 miles of our kitchen."},
- {
- id: "f3", title: "How long do the biscuits stay fresh?", content: "Our biscuits stay fresh for up to 3 weeks in an airtight container."},
+ { id: "f1", title: "How fast is delivery?", content: "We aim for same-day delivery on all local orders." },
+ { id: "f2", title: "Are they organic?", content: "Yes, we use 100% organic ingredients." },
]}
- title="Common Questions"
- description="Have questions about our snacks? We have answers."
+ title="Quick Answers"
+ description="Everything you need to know about our snacks."
faqsAnimation="slide-up"
/>
@@ -158,14 +118,12 @@ export default function LandingPage() {
@@ -174,24 +132,12 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file