diff --git a/src/app/page.tsx b/src/app/page.tsx
index fad796f..93f0c3a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
-import { Calendar, Facebook, Instagram, Package, Users } from "lucide-react";
+import { Calendar, Package, Users, Star, Award, Shield, Zap, Instagram, Facebook } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -54,63 +42,26 @@ export default function LandingPage() {
@@ -120,41 +71,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- title: "4.7 Star Rating",
- description: "Consistently rated by our community.",
- buttonIcon: "Star",
- imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg",
- imageAlt: "gold star rating badge",
- },
- {
- title: "Artisan Curation",
- description: "Hand-picked local goods.",
- buttonIcon: "Award",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-enjoying-coffee_23-2148756287.jpg?_wi=2",
- imageAlt: "gold star rating badge",
- },
- {
- title: "Boutique Service",
- description: "Personalized attention.",
- buttonIcon: "Shield",
- imageSrc: "http://img.b2bpic.net/free-photo/abstract-scene-background-luxury-podium-background-gold-product-presentation-mock-up_272375-4865.jpg",
- imageAlt: "gold star rating badge",
- },
- {
- title: "Everyday Luxury",
- description: "Elevated daily essentials.",
- buttonIcon: "Zap",
- imageSrc: "http://img.b2bpic.net/free-photo/preserved-food-concept-with-jars_23-2148626064.jpg?_wi=1",
- imageAlt: "gold star rating badge",
- },
- {
- title: "Community Focus",
- description: "Built for the neighborhood.",
- buttonIcon: "Users",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-bread-counter_107420-63655.jpg?_wi=1",
- imageAlt: "gold star rating badge",
- },
+ { title: "4.7 Star Rating", description: "Consistently rated by our community.", buttonIcon: Star, imageSrc: "http://img.b2bpic.net/free-photo/golden-star-icon-symbol-ranking-rating-review-sign-illustration-3d-rendering_56104-1227.jpg", imageAlt: "gold star rating badge" },
+ { title: "Artisan Curation", description: "Hand-picked local goods.", buttonIcon: Award, imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-enjoying-coffee_23-2148756287.jpg", imageAlt: "gold star rating badge" },
+ { title: "Boutique Service", description: "Personalized attention.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/abstract-scene-background-luxury-podium-background-gold-product-presentation-mock-up_272375-4865.jpg", imageAlt: "gold star rating badge" },
+ { title: "Everyday Luxury", description: "Elevated daily essentials.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/preserved-food-concept-with-jars_23-2148626064.jpg", imageAlt: "gold star rating badge" },
+ { title: "Community Focus", description: "Built for the neighborhood.", buttonIcon: Users, imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-bread-counter_107420-63655.jpg", imageAlt: "gold star rating badge" }
]}
title="Why Neighbors Choose Us"
description="Experience a standard of service built on genuine care and premium quality."
@@ -166,15 +87,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Welcome to the Neighborhood"
description={[
- "Founded on the principle that convenience doesn't have to sacrifice class. We treat every visitor like a guest in a boutique hotel.",
- "Mention this site during your first visit to receive 10% off your purchase. We can't wait to serve you.",
- ]}
- buttons={[
- {
- text: "Join Our List",
- href: "#contact",
- },
- ]}
+ "Founded on the principle that convenience doesn't have to sacrifice class. We treat every visitor like a guest in a boutique hotel.", "Mention this site during your first visit to receive 10% off your purchase. We can't wait to serve you."]}
+ buttons={[{ text: "Join Our List", href: "#contact" }]}
/>
@@ -185,42 +99,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
- {
- id: "p1",
- name: "Small Batch Coffee",
- price: "$18",
- imageSrc: "http://img.b2bpic.net/free-photo/preserved-food-concept-with-jars_23-2148626064.jpg?_wi=2",
- },
- {
- id: "p2",
- name: "Artisan Olive Oil",
- price: "$24",
- imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-bread-counter_107420-63655.jpg?_wi=2",
- },
- {
- id: "p3",
- name: "Handmade Soaps",
- price: "$12",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-jars-with-pickled-vegetables_23-2148606777.jpg",
- },
- {
- id: "p4",
- name: "Local Honey",
- price: "$15",
- imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-quartz-prism-with-dark-shadow-white-background_23-2147949079.jpg",
- },
- {
- id: "p5",
- name: "Boutique Teas",
- price: "$14",
- imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg",
- },
- {
- id: "p6",
- name: "Gourmet Chocolates",
- price: "$20",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-bottle-natural-olive-oil_23-2148364476.jpg",
- },
+ { id: "p1", name: "Small Batch Coffee", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/preserved-food-concept-with-jars_23-2148626064.jpg" },
+ { id: "p2", name: "Artisan Olive Oil", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-bread-counter_107420-63655.jpg" },
+ { id: "p3", name: "Handmade Soaps", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/top-view-jars-with-pickled-vegetables_23-2148606777.jpg" },
+ { id: "p4", name: "Local Honey", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-quartz-prism-with-dark-shadow-white-background_23-2147949079.jpg" },
+ { id: "p5", name: "Boutique Teas", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/black-coffee-bag-mockup_187299-47334.jpg" },
+ { id: "p6", name: "Gourmet Chocolates", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bottle-natural-olive-oil_23-2148364476.jpg" }
]}
title="Curated Collections"
description="Refined essentials for the modern home."
@@ -231,25 +115,11 @@ export default function LandingPage() {