diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx
index b3d8299..7aa904f 100644
--- a/src/pages/HomePage.tsx
+++ b/src/pages/HomePage.tsx
@@ -19,29 +19,20 @@ export default function HomePage() {
title="Thapong Cafe & Deli"
description="More than just a meal—a creative, soulful escape in Gaborone. Join us for exquisite coffee, artisanal burgers, and electric vibes."
primaryButton={{
- text: "Visit Us",
- href: "#contact",
- }}
+ text: "Visit Us", href: "#contact"}}
secondaryButton={{
- text: "Our Menu",
- href: "#menu",
- }}
+ text: "Our Menu", href: "#menu"}}
items={[
{
- imageSrc: "http://img.b2bpic.net/free-photo/tired-woman-sitting-cafe_23-2147765359.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/tired-woman-sitting-cafe_23-2147765359.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/hot-california-sushi-rolls-with-red-caviar_114579-2128.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/hot-california-sushi-rolls-with-red-caviar_114579-2128.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006663.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148006663.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-with-olives-cheese-different-vegetables-inside-round-pan-bright-floor_140725-11674.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/top-view-burger-with-olives-cheese-different-vegetables-inside-round-pan-bright-floor_140725-11674.jpg"},
{
- imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-african-american-woman-long-dress-boots-sunglasses-indoor_627829-5471.jpg",
- },
+ imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-african-american-woman-long-dress-boots-sunglasses-indoor_627829-5471.jpg"},
]}
/>
@@ -63,23 +54,11 @@ export default function HomePage() {
description="Hand-crafted dishes designed to satisfy your soul."
items={[
{
- title: "Thapong Burger",
- description: "Double patties, bacon, egg, and artisanal cheese.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg",
- },
+ title: "Thapong Burger", description: "Double patties, bacon, egg, and artisanal cheese.", buttonIcon: "ArrowRight", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chanterelle-stuffed-round-zucchini-plate_53876-101537.jpg"},
{
- title: "Signature Roast",
- description: "Locally sourced beans, brewed to perfection.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/fried-nuggets-fresh-vegetables-colorful-plate_114579-43799.jpg",
- },
+ title: "Signature Roast", description: "Locally sourced beans, brewed to perfection.", buttonIcon: "ArrowRight", imageSrc: "http://img.b2bpic.net/free-photo/fried-nuggets-fresh-vegetables-colorful-plate_114579-43799.jpg"},
{
- title: "Creative Setting",
- description: "The perfect backdrop for conversations.",
- buttonIcon: "ArrowRight",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-attractive-brunette-woman-black-dress-sitting-near-coffee-table-with-view-city-sunny-evening_8353-11799.jpg",
- },
+ title: "Creative Setting", description: "The perfect backdrop for conversations.", buttonIcon: "ArrowRight", imageSrc: "http://img.b2bpic.net/free-photo/front-view-attractive-brunette-woman-black-dress-sitting-near-coffee-table-with-view-city-sunny-evening_8353-11799.jpg"},
]}
/>
@@ -93,31 +72,16 @@ export default function HomePage() {
description="Join the growing community of happy Thapong diners."
metrics={[
{
- value: "4.4",
- title: "Star Rating",
- features: [
- "Over 40 reviews",
- "Community loved",
- "Consistent quality",
- ],
+ value: "4.4", title: "Star Rating", features: [
+ "Over 40 reviews", "Community loved", "Consistent quality"],
},
{
- value: "100%",
- title: "Artistic Vibe",
- features: [
- "Soulful energy",
- "Creative space",
- "Electric events",
- ],
+ value: "100%", title: "Artistic Vibe", features: [
+ "Soulful energy", "Creative space", "Electric events"],
},
{
- value: "5k+",
- title: "Coffee Served",
- features: [
- "Fresh roasts",
- "Top-tier baristas",
- "Locally sourced",
- ],
+ value: "5k+", title: "Coffee Served", features: [
+ "Fresh roasts", "Top-tier baristas", "Locally sourced"],
},
]}
/>
@@ -132,20 +96,11 @@ export default function HomePage() {
description="Dedicated to crafting the perfect experience every time you visit."
members={[
{
- name: "Thabo",
- role: "Head Chef",
- imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361445.jpg",
- },
+ name: "Thabo", role: "Head Chef", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361445.jpg"},
{
- name: "Lerato",
- role: "Barista",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-table-holding-fresh-juice-bottle_23-2148784272.jpg",
- },
+ name: "Lerato", role: "Barista", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-table-holding-fresh-juice-bottle_23-2148784272.jpg"},
{
- name: "Kabelo",
- role: "Service Lead",
- imageSrc: "http://img.b2bpic.net/free-photo/new-idea-great-business_329181-2907.jpg",
- },
+ name: "Kabelo", role: "Service Lead", imageSrc: "http://img.b2bpic.net/free-photo/new-idea-great-business_329181-2907.jpg"},
]}
/>
@@ -159,35 +114,15 @@ export default function HomePage() {
description="Heartfelt experiences from our community."
testimonials={[
{
- name: "Mokgadi Manake",
- role: "Diner",
- quote: "Had the most amazing girls’ catch-up. Service was absolutely top-tier.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2149250117.jpg",
- },
+ name: "Mokgadi Manake", role: "Diner", quote: "Had the most amazing girls’ catch-up. Service was absolutely top-tier.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-women-with-delicious-food_23-2149250117.jpg"},
{
- name: "Mmopi Nehemiah",
- role: "Local",
- quote: "The ambiance was extravagant and beautifully set up, making it a great place to relax.",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smelling-coffee_23-2148877754.jpg",
- },
+ name: "Mmopi Nehemiah", role: "Local", quote: "The ambiance was extravagant and beautifully set up, making it a great place to relax.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-smelling-coffee_23-2148877754.jpg"},
{
- name: "M K",
- role: "Local Guide",
- quote: "Cool looking place. You should definitely get the Thapong Burger.",
- imageSrc: "http://img.b2bpic.net/free-photo/cute-elegant-calm-happy-woman-green-summer-dress-sits-with-coffee-cafe-enjoying-morning_343596-3669.jpg",
- },
+ name: "M K", role: "Local Guide", quote: "Cool looking place. You should definitely get the Thapong Burger.", imageSrc: "http://img.b2bpic.net/free-photo/cute-elegant-calm-happy-woman-green-summer-dress-sits-with-coffee-cafe-enjoying-morning_343596-3669.jpg"},
{
- name: "Sarah J.",
- role: "Regular",
- quote: "This isn’t just a cafe, it’s a whole experience. Unmatched energy.",
- imageSrc: "http://img.b2bpic.net/free-photo/funny-time-with-best-friend_329181-2903.jpg",
- },
+ name: "Sarah J.", role: "Regular", quote: "This isn’t just a cafe, it’s a whole experience. Unmatched energy.", imageSrc: "http://img.b2bpic.net/free-photo/funny-time-with-best-friend_329181-2903.jpg"},
{
- name: "David L.",
- role: "Visitor",
- quote: "Beautiful outdoor setting and passionate staff. Highly recommended.",
- imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-girls-trendy-summer-clothes-carefree-women-chatting-veranda-terrace-cafe-drinking-coffee-positive-models-having-fun-communicating_158538-15930.jpg",
- },
+ name: "David L.", role: "Visitor", quote: "Beautiful outdoor setting and passionate staff. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/two-young-beautiful-smiling-hipster-girls-trendy-summer-clothes-carefree-women-chatting-veranda-terrace-cafe-drinking-coffee-positive-models-having-fun-communicating_158538-15930.jpg"},
]}
/>
@@ -198,15 +133,9 @@ export default function HomePage() {
@@ -216,23 +145,16 @@ export default function HomePage() {
@@ -244,13 +166,9 @@ export default function HomePage() {
tag="Ready to Visit?"
text="Join us for soulful conversations and exceptional food. Book your table today."
primaryButton={{
- text: "Call 77 675 377",
- href: "tel:77675377",
- }}
+ text: "Call 77 675 377", href: "tel:77675377"}}
secondaryButton={{
- text: "Get Directions",
- href: "https://maps.google.com/?q=8WJQ+JW8,+Baratani,+Gaborone",
- }}
+ text: "Get Directions", href: "https://maps.google.com/?q=8WJQ+JW8,+Baratani,+Gaborone"}}
/>