   [1m[38;2;173;127;168m▲ Next.js 15.2.5[39m[22m

 [37m[1m [22m[39m Creating an optimized production build ...
NX: Next.js SVGR support is deprecated. If used with turbopack, it may not work as expected and is not recommended. Please configure SVGR manually.
NX: Next.js SVGR support is deprecated. If used with turbopack, it may not work as expected and is not recommended. Please configure SVGR manually.
NX: Next.js SVGR support is deprecated. If used with turbopack, it may not work as expected and is not recommended. Please configure SVGR manually.
[31mFailed to compile.
[39m
./components/HomePage/InnerBanner.tsx
Error:   [31m×[0m Unexpected token `section`. Expected jsx identifier
   ╭─[[36;1;4m/var/www/your-reviews/repo/apps/public-site/components/HomePage/InnerBanner.tsx[0m:5:1]
 [2m2[0m │ import Link from 'next/link'
 [2m3[0m │ 
 [2m4[0m │ const InnerBanner = () => (
 [2m5[0m │   <section className="relative overflow-hidden hero-banner landing-banner">
   · [35;1m   ───────[0m
 [2m6[0m │         <div className="container mx-auto pd3">
 [2m7[0m │           <div className="text-center banner-content">
 [2m8[0m │             <Image
   ╰────

Caused by:
    Syntax Error

Import trace for requested module:
./components/HomePage/InnerBanner.tsx
./app/home/page.tsx

./components/OurStory/StoryIntroVideo.tsx
Error:   [31m×[0m Expression expected
   ╭─[[36;1;4m/var/www/your-reviews/repo/apps/public-site/components/OurStory/StoryIntroVideo.tsx[0m:5:1]
 [2m2[0m │ 
 [2m3[0m │ export default function StoryIntroVideo() {
 [2m4[0m │     return(
 [2m5[0m │         <>
   · [35;1m         ─[0m
 [2m6[0m │         <section className="story-intro-video">
 [2m7[0m │           <div className="container mx-auto px-4">
 [2m8[0m │             <div className="flex flex-col llg:flex-row gap-[28px]">
   ╰────
  [31m×[0m Unexpected token. Did you mean `{'>'}` or `&gt;`?
    ╭─[[36;1;4m/var/www/your-reviews/repo/apps/public-site/components/OurStory/StoryIntroVideo.tsx[0m:28:1]
 [2m25[0m │                   It has survived not only five centuries, but also the leap into electronic typesetting, 
 [2m26[0m │                   remaining essentially unchanged.
 [2m27[0m │                 </p>
 [2m28[0m │                 >we’re hiring</Link>
    · [35;1m                ▲[0m
 [2m29[0m │               </div>
 [2m30[0m │ 
 [2m31[0m │             </div>
    ╰────
  [31m×[0m Expected corresponding JSX closing tag for <div>
    ╭─[[36;1;4m/var/www/your-reviews/repo/apps/public-site/components/OurStory/StoryIntroVideo.tsx[0m:28:1]
 [2m25[0m │                   It has survived not only five centuries, but also the leap into electronic typesetting, 
 [2m26[0m │                   remaining essentially unchanged.
 [2m27[0m │                 </p>
 [2m28[0m │                 >we’re hiring</Link>
    · [35;1m                             ───────[0m
 [2m29[0m │               </div>
 [2m30[0m │ 
 [2m31[0m │             </div>
    ╰────

Caused by:
    Syntax Error

Import trace for requested module:
./components/OurStory/StoryIntroVideo.tsx
./app/our-story/page.tsx

./components/Webinars/PinnedVideo.tsx
Error:   [31m×[0m Expression expected
   ╭─[[36;1;4m/var/www/your-reviews/repo/apps/public-site/components/Webinars/PinnedVideo.tsx[0m:6:1]
 [2m3[0m │ 
 [2m4[0m │ export default function PinnedVideo() {
 [2m5[0m │     return (
 [2m6[0m │         <>
   · [35;1m         ─[0m
 [2m7[0m │         <section className="py-12 bg-[#f5f5f5] relative webminar-videos our-customer-stories">
 [2m8[0m │             <div className="container mx-auto px-4">
 [2m9[0m │               <div className="grid max-md:grid-cols-1 max-l:grid-cols-[43%_57%] max-xl:grid-cols-[49%_51%] grid-cols-[41%_59%] 2xl:grid-cols-[49%_51%] gap-0 max-l:mt-[-235px] mt-[-210px] justify-center items-stretch bg-white rounded-[20px] relative z-[1]">
   ╰────
  [31m×[0m Unexpected token. Did you mean `{'>'}` or `&gt;`?
    ╭─[[36;1;4m/var/www/your-reviews/repo/apps/public-site/components/Webinars/PinnedVideo.tsx[0m:24:1]
 [2m21[0m │                     <div className="news-time mt-[45px] flex flex-wrap gap-[10px] justify-between">
 [2m22[0m │                         <span className="date text-[#a39fac]">March 25. 2024</span>
 [2m23[0m │                         <div className="relative group inline-block">
 [2m24[0m │                             href="webinars-and-videos.html#"><i className="icon-arrow-right2"></i></Link>
    · [35;1m                                                            ▲[0m
 [2m25[0m │                         </div>
 [2m26[0m │                     </div>
 [2m27[0m │                 </div>
    ╰────
  [31m×[0m Expected corresponding JSX closing tag for <div>
    ╭─[[36;1;4m/var/www/your-reviews/repo/apps/public-site/components/Webinars/PinnedVideo.tsx[0m:24:1]
 [2m21[0m │                     <div className="news-time mt-[45px] flex flex-wrap gap-[10px] justify-between">
 [2m22[0m │                         <span className="date text-[#a39fac]">March 25. 2024</span>
 [2m23[0m │                         <div className="relative group inline-block">
 [2m24[0m │                             href="webinars-and-videos.html#"><i className="icon-arrow-right2"></i></Link>
    · [35;1m                                                                                                  ───────[0m
 [2m25[0m │                         </div>
 [2m26[0m │                     </div>
 [2m27[0m │                 </div>
    ╰────

Caused by:
    Syntax Error

Import trace for requested module:
./components/Webinars/PinnedVideo.tsx
./app/webinars/page.tsx


> Build failed because of webpack errors
[1m[31mBuild process exited due to code 1  [39m[22m
