diff --git a/src/app/page.tsx b/src/app/page.tsx
index 482a7d8..b6b44a0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,15 +3,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric';
-import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
-import FaqSplitText from '@/components/sections/faq/FaqSplitText';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
+import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
-import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
+import FooterCard from '@/components/sections/footer/FooterCard';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
-import { Award, ShoppingBag, Users, Leaf, DollarSign, Truck, Smile } from "lucide-react";
+import { Award, ShoppingBag, Users, Leaf, DollarSign, Truck, Smile, MapPin, Phone, Mail } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,14 +31,10 @@ export default function LandingPage() {
@@ -46,21 +42,13 @@ export default function LandingPage() {
@@ -71,15 +59,9 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Committed to Quality"
metrics={[
- {
- icon: ShoppingBag,
- label: "Product Variety", value: "500+"},
- {
- icon: Award,
- label: "Years Served", value: "10+"},
- {
- icon: Users,
- label: "Happy Neighbors", value: "2k+"},
+ { icon: ShoppingBag, label: "Product Variety", value: "500+" },
+ { icon: Award, label: "Years Served", value: "10+" },
+ { icon: Users, label: "Happy Neighbors", value: "2k+" },
]}
metricsAnimation="blur-reveal"
/>
@@ -92,18 +74,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1", name: "Organic Vegetables", price: "$2.99", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/food-vegetable-colorful-background-tasty-fresh-vegetables-wooden-table-top-view-with-copy-space_1220-1490.jpg"},
- {
- id: "p2", name: "Seasonal Fruits", price: "$3.49", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-yellow-apples-plums-feykhoas-pears-persimmons-wicker-baskets-also-ground_140725-90151.jpg"},
- {
- id: "p3", name: "Dairy Products", price: "$4.50", variant: "Chilled", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281790.jpg"},
- {
- id: "p4", name: "Artisan Bread", price: "$2.50", variant: "Baked", imageSrc: "http://img.b2bpic.net/free-photo/large-loaves-bread-counter-bakery_169016-19951.jpg"},
- {
- id: "p5", name: "Pantry Staples", price: "$5.00", variant: "Essential", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-shopping-cart_23-2151680626.jpg"},
- {
- id: "p6", name: "Assorted Goods", price: "$1.99", variant: "Package", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bread-reusable-bag-with-bulk-pasta-nuts_23-2148493532.jpg"},
+ { id: "p1", name: "Organic Vegetables", price: "$2.99", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/food-vegetable-colorful-background-tasty-fresh-vegetables-wooden-table-top-view-with-copy-space_1220-1490.jpg" },
+ { id: "p2", name: "Seasonal Fruits", price: "$3.49", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/top-view-red-yellow-apples-plums-feykhoas-pears-persimmons-wicker-baskets-also-ground_140725-90151.jpg" },
+ { id: "p3", name: "Dairy Products", price: "$4.50", variant: "Chilled", imageSrc: "http://img.b2bpic.net/free-photo/close-up-futuristic-soft-drink_23-2151281790.jpg" },
]}
title="Fresh Arrivals"
description="Browse our hand-picked selection of fresh groceries."
@@ -115,21 +88,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "Farm-Fresh", description: "Locally sourced produce delivered daily.", buttonIcon: Leaf,
- imageSrc: "http://img.b2bpic.net/free-photo/vegetables-bread-shopping-bag-wooden-surface_169016-20848.jpg", imageAlt: "grocery store icon set"},
- {
- title: "Affordable Prices", description: "Competitive rates for all families.", buttonIcon: DollarSign,
- imageSrc: "http://img.b2bpic.net/free-photo/client-shopping-local-retailer_23-2149349422.jpg?_wi=2", imageAlt: "grocery store icon set"},
- {
- title: "Quick Delivery", description: "Get essentials at your doorstep.", buttonIcon: Truck,
- imageSrc: "http://img.b2bpic.net/free-photo/mangoes-market_1398-2249.jpg?_wi=2", imageAlt: "grocery store icon set"},
- {
- title: "Exceptional Service", description: "Always here to help you shop.", buttonIcon: Smile,
- imageSrc: "http://img.b2bpic.net/free-photo/locally-grown-farming-products-empty-farmers-market-stand_482257-77589.jpg?_wi=2", imageAlt: "grocery store icon set"},
+ { title: "Farm-Fresh", description: "Locally sourced produce delivered daily.", buttonIcon: Leaf },
+ { title: "Affordable Prices", description: "Competitive rates for all families.", buttonIcon: DollarSign },
+ { title: "Quick Delivery", description: "Get essentials at your doorstep.", buttonIcon: Truck },
+ { title: "Exceptional Service", description: "Always here to help you shop.", buttonIcon: Smile },
]}
title="Why Choose Us?"
- description="Experience convenience and quality like never before at Hassan General Store."
+ description="Experience convenience and quality like never before."
/>
@@ -139,16 +104,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1", name: "Ahmed K.", handle: "@ahmedk", testimonial: "Fresh and high quality products every time.", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-supermarket_1157-21968.jpg"},
- {
- id: "2", name: "Sarah M.", handle: "@sarahm", testimonial: "The best corner store in the neighborhood.", imageSrc: "http://img.b2bpic.net/free-photo/girl-red-holding-bananas-fruits-store_627829-9465.jpg"},
- {
- id: "3", name: "John D.", handle: "@johnd", testimonial: "Great service and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-supermarket-with-vegetables-fruits-buying-groceries_169016-19098.jpg"},
- {
- id: "4", name: "Fatima Z.", handle: "@fatimaz", testimonial: "Always fresh, always reliable.", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-supermarket_1157-21969.jpg"},
- {
- id: "5", name: "Ali B.", handle: "@alib", testimonial: "A staple of our community.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-grocery-bags-having-juice-outdoors_23-2148781528.jpg"},
+ { id: "1", name: "Ahmed K.", handle: "@ahmedk", testimonial: "Fresh and high quality products every time." },
+ { id: "2", name: "Sarah M.", handle: "@sarahm", testimonial: "The best corner store in the neighborhood." },
+ { id: "3", name: "John D.", handle: "@johnd", testimonial: "Great service and friendly staff." },
]}
title="Community Voices"
description="What our neighbors are saying about us."
@@ -156,66 +114,44 @@ export default function LandingPage() {