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
+}
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
+}