diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4b999c2..5d31e6e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -138,4 +138,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 63f88c9..668b86b 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -138,4 +138,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 97797ca..61ca7bf 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -137,4 +137,4 @@ export default function GalleryPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 841e673..ecade52 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} diff --git a/src/app/materials/page.tsx b/src/app/materials/page.tsx index ebaa993..3796380 100644 --- a/src/app/materials/page.tsx +++ b/src/app/materials/page.tsx @@ -138,4 +138,4 @@ export default function MaterialsPage() { ); -} \ No newline at end of file +} diff --git a/src/app/page.tsx b/src/app/page.tsx index b162b99..2f4b1ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -218,4 +218,4 @@ export default function HomePage() { ); -} \ No newline at end of file +} diff --git a/src/app/showroom/page.tsx b/src/app/showroom/page.tsx index e6b8aac..73f600a 100644 --- a/src/app/showroom/page.tsx +++ b/src/app/showroom/page.tsx @@ -138,4 +138,4 @@ export default function ShowroomPage() { ); -} \ No newline at end of file +}