diff --git a/src/app/inquiry/page.tsx b/src/app/inquiry/page.tsx index bd96e81..3351566 100644 --- a/src/app/inquiry/page.tsx +++ b/src/app/inquiry/page.tsx @@ -6,22 +6,28 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav export default function InquiryPage() { return ( - - - + + +
+ +
); } \ No newline at end of file diff --git a/src/app/retail/page.tsx b/src/app/retail/page.tsx index 59c9dbc..5b98b4f 100644 --- a/src/app/retail/page.tsx +++ b/src/app/retail/page.tsx @@ -6,28 +6,33 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav export default function RetailPage() { return ( - - - + + +
+ +
); } \ No newline at end of file diff --git a/src/app/team/page.tsx b/src/app/team/page.tsx index 304c5f2..ab0f3f7 100644 --- a/src/app/team/page.tsx +++ b/src/app/team/page.tsx @@ -6,27 +6,32 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav export default function TeamPage() { return ( - - - + + +
+ +
); } \ No newline at end of file