diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2e841c5..fab4bc5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,25 +29,15 @@ export default function LandingPage() {
@@ -56,108 +46,63 @@ export default function LandingPage() {
@@ -169,76 +114,40 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Groceries",
- description: "Daily staples and pantry goods.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg?_wi=11",
- },
+ title: "Groceries", description: "Daily staples and pantry goods.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg?_wi=12",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg?_wi=13",
- imageAlt: "cozy convenience store interior golden hour",
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg"},
},
{
- title: "Beer & Wine",
- description: "Curated selection of favorites.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg?_wi=14",
- },
+ title: "Beer & Wine", description: "Curated selection of favorites.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg?_wi=15",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286011.jpg?_wi=1",
- imageAlt: "happy convenience store owners smiling",
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg"},
},
{
- title: "Fresh Deli",
- description: "Made fresh daily.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg?_wi=16",
- },
+ title: "Fresh Deli", description: "Made fresh daily.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg?_wi=17",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-teenagers-enjoying-amusement-park_23-2148624855.jpg?_wi=1",
- imageAlt: "woman customer portrait friendly",
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg"},
},
{
- title: "Snacks",
- description: "Grab and go refreshed.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg?_wi=18",
- },
+ title: "Snacks", description: "Grab and go refreshed.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg?_wi=19",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg?_wi=1",
- imageAlt: "man customer portrait friendly",
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg"},
},
{
- title: "Lottery/ATM",
- description: "Quick services available.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg?_wi=20",
- },
+ title: "Lottery/ATM", description: "Quick services available.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg?_wi=21",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1",
- imageAlt: "woman customer portrait smiling",
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg"},
},
{
- title: "Basics",
- description: "Everything in one stop.",
- phoneOne: {
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg?_wi=22",
- },
+ title: "Basics", description: "Everything in one stop.", phoneOne: {
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg"},
phoneTwo: {
- imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg?_wi=23",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg?_wi=1",
- imageAlt: "man customer portrait smiling",
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-eco-toys-kids-indoors_23-2149884399.jpg"},
},
]}
showStepNumbers={false}
@@ -252,7 +161,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="A Fresh Chapter, Same Neighborhood Heart"
description="We're not just a convenience store — we're your neighbors. Under new family ownership, Colborne Convenience brings a refreshed look and an unwavering commitment to the downtown London community."
- imageSrc="http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286011.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/latino-hair-salon-owner-preparing-clients_23-2150286011.jpg"
/>
@@ -263,59 +172,28 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
- id: "1",
- name: "Megan J.",
- role: "Local",
- company: "Customer",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-teenagers-enjoying-amusement-park_23-2148624855.jpg?_wi=2",
- },
+ id: "1", name: "Megan J.", role: "Local", company: "Customer", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-teenagers-enjoying-amusement-park_23-2148624855.jpg"},
{
- id: "2",
- name: "Peter D.",
- role: "Enthusiast",
- company: "Customer",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg?_wi=2",
- },
+ id: "2", name: "Peter D.", role: "Enthusiast", company: "Customer", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/stylish-african-american-women-white-blouse-blue-jeans-posed-near-cafe-with-newspaper_627829-4724.jpg"},
{
- id: "3",
- name: "Sarah W.",
- role: "Regular",
- company: "Customer",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2",
- },
+ id: "3", name: "Sarah W.", role: "Regular", company: "Customer", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg"},
{
- id: "4",
- name: "David M.",
- role: "Neighbor",
- company: "Customer",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg?_wi=2",
- },
+ id: "4", name: "David M.", role: "Neighbor", company: "Customer", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/man-smiling-with-arms-crossed_1187-3243.jpg"},
{
- id: "5",
- name: "Julie R.",
- role: "Visitor",
- company: "Customer",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/jolly-upbeat-person-sitting-home-desk-exulting-feeling-satisfied-close-up_482257-123062.jpg",
- },
+ id: "5", name: "Julie R.", role: "Visitor", company: "Customer", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/jolly-upbeat-person-sitting-home-desk-exulting-feeling-satisfied-close-up_482257-123062.jpg"},
]}
kpiItems={[
{
- value: "4.6",
- label: "Google Rating",
- },
+ value: "4.6", label: "Google Rating"},
{
- value: "17+",
- label: "Happy Reviews",
- },
+ value: "17+", label: "Happy Reviews"},
{
- value: "Daily",
- label: "Local Support",
- },
+ value: "Daily", label: "Local Support"},
]}
title="What the Neighborhood Says"
description="Our customers are our community."
@@ -326,20 +204,15 @@ export default function LandingPage() {
@@ -348,13 +221,9 @@ export default function LandingPage() {