diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3babebf..49a9f89 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -108,6 +108,11 @@ export default function RootLayout({ data-site-id="13" defer > + )} + +
+ +
); diff --git a/src/components/ComparisonResults.tsx b/src/components/ComparisonResults.tsx index 440985b..9c3f24a 100644 --- a/src/components/ComparisonResults.tsx +++ b/src/components/ComparisonResults.tsx @@ -11,7 +11,7 @@ export default function ComparisonResults({ results }: ComparisonResultsProps) { return (

Comparison Results

-
+
- -
-

💡 Tips for better comparisons:

-
    -
  • • Be specific: "iPhone 15 Pro" vs "iPhone 15"
  • -
  • • Add context in descriptions for nuanced analysis
  • -
  • • Compare similar categories for meaningful results
  • -
  • • Try abstract concepts too: "Remote work" vs "Office work"
  • -
-
); } \ No newline at end of file diff --git a/src/components/ComparisonTips.tsx b/src/components/ComparisonTips.tsx new file mode 100644 index 0000000..ee71129 --- /dev/null +++ b/src/components/ComparisonTips.tsx @@ -0,0 +1,25 @@ +export default function ComparisonTips() { + return ( +
+

💡 Tips for better comparisons

+ +
+ ); +} \ No newline at end of file