Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-14 23:22:07 +00:00
6 changed files with 6 additions and 6 deletions

View File

@@ -25,7 +25,7 @@ export default function AboutPage() {
/>
<FooterMedia
logoText="Webild"
imageSrc="https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=800"
imageSrc="https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=800&_wi=1"
columns={[
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
]}

View File

@@ -29,7 +29,7 @@ export default function ContactPage() {
/>
<FooterMedia
logoText="Webild"
imageSrc="https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=800"
imageSrc="https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=800&_wi=6"
columns={[]}
/>
</ThemeProvider>

View File

@@ -30,7 +30,7 @@ export default function PortfolioPage() {
/>
<FooterMedia
logoText="Webild"
imageSrc="https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=800"
imageSrc="https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=800&_wi=3"
columns={[]}
/>
</ThemeProvider>

View File

@@ -30,7 +30,7 @@ export default function PricingPage() {
/>
<FooterMedia
logoText="Webild"
imageSrc="https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=800"
imageSrc="https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=800&_wi=5"
columns={[]}
/>
</ThemeProvider>

View File

@@ -30,7 +30,7 @@ export default function ServicesPage() {
/>
<FooterMedia
logoText="Webild"
imageSrc="https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=800"
imageSrc="https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=800&_wi=2"
columns={[
{ title: "Company", items: [{ label: "About", href: "/about" }, { label: "Services", href: "/services" }] },
]}

View File

@@ -28,7 +28,7 @@ export default function TestimonialsPage() {
/>
<FooterMedia
logoText="Webild"
imageSrc="https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=800"
imageSrc="https://images.unsplash.com/photo-1497215728101-856f4ea42174?q=80&w=800&_wi=4"
columns={[]}
/>
</ThemeProvider>