diff --git a/src/app/page.tsx b/src/app/page.tsx
index 93b89e0..4adef0c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,36 +33,29 @@ export default function LandingPage() {
@@ -71,191 +64,95 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
gridVariant="bento-grid"
- useInvertedBackground={false}
features={[
- {
- title: "Fast Delivery", description: "Get your orders at your doorstep in record time.", imageSrc: "http://img.b2bpic.net/free-photo/red-delivery-car-deliver-express-pin-pointer-mark-location-cardboard-boxes-with-bubble-chat-message-delivery-transportation-logistics-concept-white-background-3d-rendering-illustration_56104-1907.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662971.jpg", buttonText: "Learn More"},
- {
- title: "Verified Products", description: "Only authentic goods from trusted merchants.", imageSrc: "http://img.b2bpic.net/free-vector/shield-with-checkmark-set_78370-9323.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/protection-accessible-permission-verification-security-concept_53876-144425.jpg", buttonText: "Learn More"},
- {
- title: "24/7 Support", description: "Our experts are here to help whenever you need.", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-young-woman-standing-with-mobile-phone-night-street-outdoors-female-caucasian-student-reading-text-messages-her-cell-phone-with-reflected-her-face-screen-light-blank-screen-phone_1391-79.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/ai-using-glass-phone-futuristic-digital-device_53876-129772.jpg", buttonText: "Learn More"},
+ { title: "Groceries", description: "Fresh farm produce and daily essentials.", imageSrc: "https://img.freepik.com/free-photo/top-view-fresh-vegetables_23-2148671569.jpg", titleImageSrc: "https://img.freepik.com/free-icon/grocery_318-620248.jpg", buttonText: "Shop Now" },
+ { title: "Snacks & Beverages", description: "Your favorite brands delivered fresh.", imageSrc: "https://img.freepik.com/free-photo/tasty-snacks_23-2148671569.jpg", titleImageSrc: "https://img.freepik.com/free-icon/snacks_318-620248.jpg", buttonText: "Shop Now" },
+ { title: "Household Items", description: "Quality cleaning and daily utilities.", imageSrc: "https://img.freepik.com/free-photo/cleaning-products_23-2148671569.jpg", titleImageSrc: "https://img.freepik.com/free-icon/house_318-620248.jpg", buttonText: "Shop Now" }
]}
- title="Why Choose B Mart?"
- description="We ensure the best shopping experience through fast shipping, verified products, and 24/7 support."
+ title="Our Categories"
+ description="Everything you need, everyday, in one place."
/>
-
-
-
-
);
-}
\ No newline at end of file
+}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index fd718b9..b171131 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -13,12 +13,12 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
- --primary-cta: #106EFB;
+ --primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
- --background-accent: #106EFB;
+ --background-accent: #15479c;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);