From ff9d7c46bae03ade9981fdda8c01a44bae555f39 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 14:09:16 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index bd09a3d..681aa16 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -111,7 +111,7 @@ export default function AboutPage() { icon: FileText, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiling-businessman-standing-waiting-area-reading-newspaper_107420-95766.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-businessman-standing-waiting-area-reading-newspaper_107420-95766.jpg?_wi=4" imageAlt="Barcelona Properties Team" mediaAnimation="slide-up" imagePosition="right" @@ -143,7 +143,7 @@ export default function AboutPage() { "Investment opportunities and neighborhood insights", "Exclusive access to off-market properties", ], - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-sunglasses-with-view-barcelona-background-spain_1268-18047.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caucasian-woman-sunglasses-with-view-barcelona-background-spain_1268-18047.jpg?_wi=5", }, { id: "feature-2", @@ -153,7 +153,7 @@ export default function AboutPage() { "Legal and notary services guidance", "Financing and mortgage assistance", ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-home_1157-18416.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-home_1157-18416.jpg?_wi=5", }, { id: "feature-3", @@ -163,7 +163,7 @@ export default function AboutPage() { "Multi-language support for international clients", "Cultural integration assistance for expats", ], - imageSrc: "http://img.b2bpic.net/free-photo/view-port-de-fontvieille-high-rise-buildings-monaco_181624-47641.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-port-de-fontvieille-high-rise-buildings-monaco_181624-47641.jpg?_wi=5", }, { id: "feature-4", @@ -173,7 +173,7 @@ export default function AboutPage() { "Advanced property search and filtering tools", "Secure document management platform", ], - imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823114.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indian-city-buildings-scene_23-2151823114.jpg?_wi=5", }, ]} gridVariant="bento-grid" @@ -198,7 +198,7 @@ export default function AboutPage() { quote: "The team at Barcelona Properties made finding our perfect apartment effortless. Their knowledge of neighborhoods and attention to detail was outstanding. Highly recommended!", name: "Maria González", role: "Property Buyer", - imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", }, { id: "testimonial-2", @@ -206,7 +206,7 @@ export default function AboutPage() { quote: "Selling our property was stress-free thanks to their expertise and guidance. They handled everything professionally and achieved a better price than expected.", name: "James Mitchell", role: "Property Seller", - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5370.jpg?_wi=2", }, { id: "testimonial-3", @@ -214,7 +214,7 @@ export default function AboutPage() { quote: "Moving to Barcelona was daunting, but their team provided invaluable support. They understood exactly what we needed and found the perfect home for our family.", name: "Sophie Durand", role: "International Buyer", - imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-business-woman-standing-outdoors_1262-20546.jpg?_wi=2", }, { id: "testimonial-4", @@ -222,7 +222,7 @@ export default function AboutPage() { quote: "I've worked with Barcelona Properties on multiple transactions over the years. Their integrity, professionalism, and market knowledge are unmatched.", name: "Robert Anderson", role: "Investment Client", - imageSrc: "http://img.b2bpic.net/free-photo/happy-friendly-mature-business-man-wearing-jacket-glasses-posing-indoors-looking-camera_74855-9997.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-friendly-mature-business-man-wearing-jacket-glasses-posing-indoors-looking-camera_74855-9997.jpg?_wi=2", }, ]} textboxLayout="default" From a4a9e26635a91a1805fe4736749b1d4a8dcf99d1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 14:09:17 +0000 Subject: [PATCH 2/5] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index ed4ad70..6d712bb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -90,7 +90,7 @@ export default function ContactPage() { variant: "radial-gradient", }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/night-view-placa-del-ajuntament-valencia_1398-2406.jpg" + imageSrc="http://img.b2bpic.net/free-photo/night-view-placa-del-ajuntament-valencia_1398-2406.jpg?_wi=3" imageAlt="Barcelona cityscape" mediaAnimation="slide-up" mediaPosition="right" From 77a9e1b6860760449cf736e07af8e2895cf4f928 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 14:09:17 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 48 ++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 40 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index da5b4f2..b1ec99e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,54 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Raleway } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Raleway } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const raleway = Raleway({ variable: "--font-raleway", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Barcelona Properties - Premium Real Estate in Barcelona", + description: "Discover luxury properties, apartments, and villas in Barcelona. Expert real estate agents specializing in premium residential properties across all neighborhoods.", + keywords: "Barcelona real estate, luxury apartments Barcelona, property sales Barcelona, buy house Barcelona", + openGraph: { + title: "Barcelona Properties - Premium Real Estate", + description: "Find your dream property in Barcelona with our expert real estate team. Luxury apartments, villas, and investment properties.", + siteName: "Barcelona Properties", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/caucasian-woman-sunglasses-with-view-barcelona-background-spain_1268-18047.jpg", + alt: "Barcelona luxury real estate", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Barcelona Properties - Premium Real Estate", + description: "Discover luxury properties in Barcelona. Expert agents specializing in residential real estate.", + images: [ + "http://img.b2bpic.net/free-photo/caucasian-woman-sunglasses-with-view-barcelona-background-spain_1268-18047.jpg", + ], + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +57,9 @@ export default function RootLayout({ return ( - + {children}