Merge version_1 into main #1
@@ -111,7 +111,7 @@ export default function AboutPage() {
|
||||
name: "Sarah Martinez",
|
||||
role: "Restaurant Owner",
|
||||
testimonial: "ADR transformed our online presence. We went from having no website to getting regular customer inquiries. Their professionalism made the whole process easy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg?_wi=2",
|
||||
imageAlt: "Sarah Martinez",
|
||||
},
|
||||
{
|
||||
@@ -119,7 +119,7 @@ export default function AboutPage() {
|
||||
name: "Michael Chen",
|
||||
role: "Salon Manager",
|
||||
testimonial: "We've received more booking requests since launching our new website. The mobile optimization is perfect for our clients on the go.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg?_wi=2",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -127,7 +127,7 @@ export default function AboutPage() {
|
||||
name: "Jessica Thompson",
|
||||
role: "Contractor",
|
||||
testimonial: "Best investment we made for our business. ADR handled everything professionally and the website has paid for itself in leads multiple times over.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg?_wi=2",
|
||||
imageAlt: "Jessica Thompson",
|
||||
},
|
||||
]}
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -181,7 +181,7 @@ export default function HomePage() {
|
||||
name: "Local Restaurant Website",
|
||||
price: "Completed",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106987.jpg",
|
||||
"http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106987.jpg?_wi=1",
|
||||
imageAlt: "Restaurant website showcase",
|
||||
},
|
||||
{
|
||||
@@ -189,7 +189,7 @@ export default function HomePage() {
|
||||
name: "Hair Salon Online Booking",
|
||||
price: "Completed",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-boho-spa-treatment-landing-page_23-2149599926.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-boho-spa-treatment-landing-page_23-2149599926.jpg?_wi=1",
|
||||
imageAlt: "Salon booking website",
|
||||
},
|
||||
{
|
||||
@@ -197,7 +197,7 @@ export default function HomePage() {
|
||||
name: "Contractor Services Site",
|
||||
price: "Completed",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/pensive-entrepreneur-texting-mobile-phone-while-working-computer-his-office-desk_637285-6491.jpg",
|
||||
"http://img.b2bpic.net/free-photo/pensive-entrepreneur-texting-mobile-phone-while-working-computer-his-office-desk_637285-6491.jpg?_wi=1",
|
||||
imageAlt: "Contractor portfolio website",
|
||||
},
|
||||
]}
|
||||
@@ -227,7 +227,7 @@ export default function HomePage() {
|
||||
testimonial:
|
||||
"ADR transformed our online presence. We went from having no website to getting regular customer inquiries. Their professionalism made the whole process easy.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg",
|
||||
"http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67170.jpg?_wi=1",
|
||||
imageAlt: "Sarah Martinez",
|
||||
},
|
||||
{
|
||||
@@ -237,7 +237,7 @@ export default function HomePage() {
|
||||
testimonial:
|
||||
"We've received more booking requests since launching our new website. The mobile optimization is perfect for our clients on the go.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg",
|
||||
"http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg?_wi=1",
|
||||
imageAlt: "Michael Chen",
|
||||
},
|
||||
{
|
||||
@@ -247,7 +247,7 @@ export default function HomePage() {
|
||||
testimonial:
|
||||
"Best investment we made for our business. ADR handled everything professionally and the website has paid for itself in leads multiple times over.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg?_wi=1",
|
||||
imageAlt: "Jessica Thompson",
|
||||
},
|
||||
{
|
||||
|
||||
@@ -80,21 +80,21 @@ export default function PortfolioPage() {
|
||||
id: "1",
|
||||
name: "Local Restaurant Website",
|
||||
price: "Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106987.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106987.jpg?_wi=2",
|
||||
imageAlt: "Restaurant website showcase",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Hair Salon Online Booking",
|
||||
price: "Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-boho-spa-treatment-landing-page_23-2149599926.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-boho-spa-treatment-landing-page_23-2149599926.jpg?_wi=2",
|
||||
imageAlt: "Salon booking website",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Contractor Services Site",
|
||||
price: "Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-entrepreneur-texting-mobile-phone-while-working-computer-his-office-desk_637285-6491.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-entrepreneur-texting-mobile-phone-while-working-computer-his-office-desk_637285-6491.jpg?_wi=2",
|
||||
imageAlt: "Contractor portfolio website",
|
||||
},
|
||||
]}
|
||||
@@ -121,21 +121,21 @@ export default function PortfolioPage() {
|
||||
id: "4",
|
||||
name: "E-Commerce Retail Store",
|
||||
price: "Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106987.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-enjoying-relaxing-time-home_23-2149106987.jpg?_wi=3",
|
||||
imageAlt: "E-commerce store website",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Medical Practice Website",
|
||||
price: "Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-boho-spa-treatment-landing-page_23-2149599926.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-boho-spa-treatment-landing-page_23-2149599926.jpg?_wi=3",
|
||||
imageAlt: "Medical practice website",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Real Estate Agency Site",
|
||||
price: "Completed",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-entrepreneur-texting-mobile-phone-while-working-computer-his-office-desk_637285-6491.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pensive-entrepreneur-texting-mobile-phone-while-working-computer-his-office-desk_637285-6491.jpg?_wi=3",
|
||||
imageAlt: "Real estate agency website",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user