diff --git a/servers/nextjs/app/(presentation-generator)/components/TiptapText.tsx b/servers/nextjs/app/(presentation-generator)/components/TiptapText.tsx index 86645210..f8fbe707 100644 --- a/servers/nextjs/app/(presentation-generator)/components/TiptapText.tsx +++ b/servers/nextjs/app/(presentation-generator)/components/TiptapText.tsx @@ -59,9 +59,11 @@ const TiptapText: React.FC = ({ } return ( -
- -
+ <> + +
+ ); }; diff --git a/servers/nextjs/app/(presentation-generator)/presentation/components/Header.tsx b/servers/nextjs/app/(presentation-generator)/presentation/components/Header.tsx index bb0afebf..8c8d41fd 100644 --- a/servers/nextjs/app/(presentation-generator)/presentation/components/Header.tsx +++ b/servers/nextjs/app/(presentation-generator)/presentation/components/Header.tsx @@ -162,7 +162,9 @@ const Header = ({ {/* Desktop Export Button with Popover */} -
+
- + @@ -184,44 +186,47 @@ const Header = ({ ); return ( -
+ <> - - - - Presentation logo - +
- {isStreaming && ( - - )} + className="bg-[#5146E5] w-full shadow-lg sticky top-0 "> + + + + + Presentation logo + + + {/* Desktop Menu */} +
+ {isStreaming && ( + + )} - - -
+ + +
- {/* Mobile Menu */} -
- + {/* Mobile Menu */} +
+ -
- +
+
-
+
+ ); }; diff --git a/servers/nextjs/presentation-layouts/pitch-deck/AboutUsSlide.tsx b/servers/nextjs/presentation-layouts/pitch-deck/AboutUsSlide.tsx index bb8abc9d..b19ac0e9 100644 --- a/servers/nextjs/presentation-layouts/pitch-deck/AboutUsSlide.tsx +++ b/servers/nextjs/presentation-layouts/pitch-deck/AboutUsSlide.tsx @@ -125,12 +125,12 @@ const AboutUsSlide = ({ data }: { data: Partial }) => {
{/* Yellow Square - Top Right */} {showAccentSquare && ( -
+
)} {/* Decorative Circle - On Yellow Square */} {showVisualAccents && ( -
+
)} {/* Business Image - Left positioned */} diff --git a/servers/nextjs/presentation-layouts/pitch-deck/HelloFriendsSlide.tsx b/servers/nextjs/presentation-layouts/pitch-deck/HelloFriendsSlide.tsx index 01143f50..dea6a62b 100644 --- a/servers/nextjs/presentation-layouts/pitch-deck/HelloFriendsSlide.tsx +++ b/servers/nextjs/presentation-layouts/pitch-deck/HelloFriendsSlide.tsx @@ -122,7 +122,7 @@ const HelloFriendsSlide = ({ data }: { data: Partial }) => { {/* Overlapping Circular Office Image */} {speakerImage?.__image_url__ && ( -
+
}) => { {/* Visual Representation */} {visualRepresentation?.__image_url__ && ( -
+
{visualRepresentation.__image_prompt__} }) => { {/* Supporting Visual */} {supportingVisual?.__image_url__ && ( -
+
{supportingVisual.__image_prompt__} }) => { )} {/* Main Content */} -
+
{/* Main Title */} {primaryTitle && ( diff --git a/servers/nextjs/presentation-layouts/pitch-deck/WhatWeBelieveSlide.tsx b/servers/nextjs/presentation-layouts/pitch-deck/WhatWeBelieveSlide.tsx index bd507218..95c9bdb7 100644 --- a/servers/nextjs/presentation-layouts/pitch-deck/WhatWeBelieveSlide.tsx +++ b/servers/nextjs/presentation-layouts/pitch-deck/WhatWeBelieveSlide.tsx @@ -74,7 +74,7 @@ const WhatWeBelieveSlide = ({ data }: { data: Partial }) => { {/* Left Side - Image */}
{supportingVisual?.__image_url__ && ( -
+