diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index 9cd9b4c..a7b55fe 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -14,30 +14,16 @@ export default function HomePage() {
@@ -48,9 +34,7 @@ export default function HomePage() {
@@ -63,23 +47,11 @@ export default function HomePage() {
description="From bean to cup, every step is carefully curated to offer excellence."
items={[
{
- title: "Premium Sourced Beans",
- description: "Sourced globally from sustainable farms.",
- buttonIcon: "Coffee",
- imageSrc: "http://img.b2bpic.net/free-photo/energy-coffee-seed-food-aroma_1172-470.jpg",
- },
+ title: "Premium Sourced Beans", description: "Sourced globally from sustainable farms.", buttonIcon: "Coffee", imageSrc: "http://img.b2bpic.net/free-photo/energy-coffee-seed-food-aroma_1172-470.jpg"},
{
- title: "Master Baristas",
- description: "Our experts ensure the perfect pour.",
- buttonIcon: "Zap",
- imageSrc: "http://img.b2bpic.net/free-photo/professional-barista-pouring-latte-foam-coffee-caf_23-2148209229.jpg",
- },
+ title: "Master Baristas", description: "Our experts ensure the perfect pour.", buttonIcon: "Zap", imageSrc: "http://img.b2bpic.net/free-photo/professional-barista-pouring-latte-foam-coffee-caf_23-2148209229.jpg"},
{
- title: "Artisanal Ambiance",
- description: "A relaxing sanctuary for your morning.",
- buttonIcon: "Heart",
- imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg",
- },
+ title: "Artisanal Ambiance", description: "A relaxing sanctuary for your morning.", buttonIcon: "Heart", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-drinking-coffee_23-2148395430.jpg"},
]}
/>
@@ -93,17 +65,11 @@ export default function HomePage() {
description="We are proud of our contributions to local coffee culture."
metrics={[
{
- value: "10k+",
- description: "Cups Served Annually",
- },
+ value: "10k+", description: "Cups Served Annually"},
{
- value: "15+",
- description: "Origin Regions",
- },
+ value: "15+", description: "Origin Regions"},
{
- value: "5",
- description: "Years of Excellence",
- },
+ value: "5", description: "Years of Excellence"},
]}
/>
@@ -117,35 +83,15 @@ export default function HomePage() {
description="Building lasting connections with our neighbors."
testimonials={[
{
- name: "Sarah J.",
- role: "Local Professional",
- quote: "The coffee quality is unmatched. Truly premium experience.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shopping-clothes_23-2149187300.jpg",
- },
+ name: "Sarah J.", role: "Local Professional", quote: "The coffee quality is unmatched. Truly premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shopping-clothes_23-2149187300.jpg"},
{
- name: "Michael D.",
- role: "Coffee Enthusiast",
- quote: "Love the atmosphere and the passion of the baristas.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg",
- },
+ name: "Michael D.", role: "Coffee Enthusiast", quote: "Love the atmosphere and the passion of the baristas.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-kebab_23-2148773545.jpg"},
{
- name: "Emily R.",
- role: "Digital Nomad",
- quote: "Perfect spot to work and enjoy a perfect cup.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-copy-space_23-2148819859.jpg",
- },
+ name: "Emily R.", role: "Digital Nomad", quote: "Perfect spot to work and enjoy a perfect cup.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-with-copy-space_23-2148819859.jpg"},
{
- name: "David K.",
- role: "Frequent Visitor",
- quote: "The beans are exceptional. A staple for my mornings.",
- imageSrc: "http://img.b2bpic.net/free-photo/humorous-talks-with-close-friends-dinner-hot-spring-day-cafe_8353-10001.jpg",
- },
+ name: "David K.", role: "Frequent Visitor", quote: "The beans are exceptional. A staple for my mornings.", imageSrc: "http://img.b2bpic.net/free-photo/humorous-talks-with-close-friends-dinner-hot-spring-day-cafe_8353-10001.jpg"},
{
- name: "Linda M.",
- role: "Neighborhood Resident",
- quote: "They truly care about the quality. Highly recommended.",
- imageSrc: "http://img.b2bpic.net/free-photo/sensual-confident-woman-stylish-clothes-enjoying-coffee-coffeeshop-attractive-female-model-sitting-cafe-having-lunch-with-admirer-smiling-look-away-pleased-breakfast-outdoor-restaurant_197531-30517.jpg",
- },
+ name: "Linda M.", role: "Neighborhood Resident", quote: "They truly care about the quality. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/sensual-confident-woman-stylish-clothes-enjoying-coffee-coffeeshop-attractive-female-model-sitting-cafe-having-lunch-with-admirer-smiling-look-away-pleased-breakfast-outdoor-restaurant_197531-30517.jpg"},
]}
/>
@@ -156,20 +102,14 @@ export default function HomePage() {
@@ -181,13 +121,9 @@ export default function HomePage() {
tag="Visit Us"
text="Join us today for an unforgettable coffee journey."
primaryButton={{
- text: "Get Directions",
- href: "#",
- }}
+ text: "Get Directions", href: "#"}}
secondaryButton={{
- text: "Contact Us",
- href: "#",
- }}
+ text: "Contact Us", href: "#"}}
/>