Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-12 13:40:16 +00:00
3 changed files with 14 additions and 14 deletions

View File

@@ -55,11 +55,11 @@ export default function ContactPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg", imageAlt: "Latest smartphones on display"},
imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=3", imageAlt: "Latest smartphones on display"},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg", imageAlt: "Professional phone repair service"},
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg?_wi=3", imageAlt: "Professional phone repair service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg", imageAlt: "Wide range of mobile accessories"},
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=3", imageAlt: "Wide range of mobile accessories"},
]}
mediaAnimation="slide-up"
/>

View File

@@ -76,13 +76,13 @@ export default function HomePage() {
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg", imageAlt: "Latest smartphones on display"},
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=1", imageAlt: "Latest smartphones on display"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg", imageAlt: "Professional phone repair service"},
"http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg?_wi=1", imageAlt: "Professional phone repair service"},
{
imageSrc:
"http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg", imageAlt: "Wide range of mobile accessories"},
"http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=1", imageAlt: "Wide range of mobile accessories"},
]}
mediaAnimation="slide-up"
/>
@@ -94,19 +94,19 @@ export default function HomePage() {
{
id: "1", title: "Mobile Phone Sales", tags: ["Latest Models", "Affordable"],
imageSrc:
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg", imageAlt: "Latest smartphones available"},
"http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=2", imageAlt: "Latest smartphones available"},
{
id: "2", title: "Mobile Accessories", tags: ["Chargers", "Cases", "Protectors"],
imageSrc:
"http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg", imageAlt: "Complete accessories collection"},
"http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=2", imageAlt: "Complete accessories collection"},
{
id: "3", title: "Phone Repairs", tags: ["Fast Service", "Expert Technicians"],
imageSrc:
"http://img.b2bpic.net/free-photo/auto-repairs-man-talking-phone-while-working-workshop_637285-8646.jpg", imageAlt: "Professional phone repairs"},
"http://img.b2bpic.net/free-photo/auto-repairs-man-talking-phone-while-working-workshop_637285-8646.jpg?_wi=1", imageAlt: "Professional phone repairs"},
{
id: "4", title: "Convenient Delivery", tags: ["Local Delivery", "Same Day"],
imageSrc:
"http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg", imageAlt: "Store and delivery service"},
"http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg?_wi=1", imageAlt: "Store and delivery service"},
]}
animationType="slide-up"
title="Our Quick Services"
@@ -156,7 +156,7 @@ export default function HomePage() {
title: "Extended Hours", description: "Open daily until 10 PM for your convenience", icon: Clock,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg?_wi=2"
imageAlt="City Cellworld store interior"
imagePosition="right"
mediaAnimation="slide-up"

View File

@@ -53,11 +53,11 @@ export default function RepairsPage() {
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg", imageAlt: "Professional phone repair service"},
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg?_wi=2", imageAlt: "Professional phone repair service"},
{
imageSrc: "http://img.b2bpic.net/free-photo/auto-repairs-man-talking-phone-while-working-workshop_637285-8646.jpg", imageAlt: "Close up phone screen repair process"},
imageSrc: "http://img.b2bpic.net/free-photo/auto-repairs-man-talking-phone-while-working-workshop_637285-8646.jpg?_wi=2", imageAlt: "Close up phone screen repair process"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg", imageAlt: "Mobile phone store interior Ongole"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg?_wi=3", imageAlt: "Mobile phone store interior Ongole"},
]}
mediaAnimation="slide-up"
/>