From e42cd6427bba7478f62a99b0ee5641015b617c4e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 07:27:03 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 89 ++++++++++-------------------------------- 1 file changed, 20 insertions(+), 69 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a97f6c1..d0abfde 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -36,9 +36,7 @@ export default function AboutPage() { brandName="Studio Bangalore" navItems={navItems} button={{ - text: "Book a Shoot", - href: "/contact", - }} + text: "Book a Shoot", href: "/contact"}} /> @@ -46,15 +44,10 @@ export default function AboutPage() { @@ -171,28 +130,20 @@ export default function AboutPage() { socialLinks={[ { icon: Instagram, - href: "https://instagram.com/studiobangalore", - ariaLabel: "Follow us on Instagram", - }, + href: "https://instagram.com/studiobangalore", ariaLabel: "Follow us on Instagram"}, { icon: Facebook, - href: "https://facebook.com/studiobangalore", - ariaLabel: "Follow us on Facebook", - }, + href: "https://facebook.com/studiobangalore", ariaLabel: "Follow us on Facebook"}, { icon: Mail, - href: "mailto:contact@studiobangalore.com", - ariaLabel: "Email us", - }, + href: "mailto:contact@studiobangalore.com", ariaLabel: "Email us"}, { icon: Phone, - href: "tel:+919845005658", - ariaLabel: "Call us", - }, + href: "tel:+919845005658", ariaLabel: "Call us"}, ]} ariaLabel="Site footer with contact and social links" /> ); -} \ No newline at end of file +} From 86add8b9a8c2f5ec804bce1997384b8248cad623 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 07:27:03 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 251 ++++++++--------------------------------------- 1 file changed, 43 insertions(+), 208 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5548121..9013509 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,9 +23,7 @@ export default function HomePage() { ]; const navButton = { - text: "Book a Shoot", - href: "/contact", - }; + text: "Book a Shoot", href: "/contact"}; return ( ); -} \ No newline at end of file +}