Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-13 21:39:59 +00:00
5 changed files with 65 additions and 33 deletions

View File

@@ -97,21 +97,21 @@ export default function BrandsPage() {
id: "product-daiwa",
name: "Daiwa Tatula Type-R Baitcaster",
price: "★★★★★ (847 votes)",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg?_wi=4",
imageAlt: "Daiwa Tatula Type-R baitcasting reel",
},
{
id: "product-shimano",
name: "Shimano Sienna Spinning Reel",
price: "★★★★☆ (612 votes)",
imageSrc: "http://img.b2bpic.net/free-photo/orange-fishing-lure-with-fishing-float-corkboard_23-2148189226.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/orange-fishing-lure-with-fishing-float-corkboard_23-2148189226.jpg?_wi=3",
imageAlt: "Shimano Sienna spinning reel",
},
{
id: "product-abu",
name: "Abu Garcia Revo SX Casting Reel",
price: "★★★★★ (734 votes)",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg?_wi=5",
imageAlt: "Abu Garcia Revo SX casting reel",
},
]}

View File

@@ -1,24 +1,54 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Montserrat } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Montserrat } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const montserrat = Montserrat({
variable: "--font-montserrat",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Reel Reviews - Honest Fishing Gear Reviews",
description: "Community-driven platform for rating fishing gear from Daiwa, Shimano, Abu Garcia. Vote based on quality, performance, and value.",
keywords: "fishing gear reviews, reel reviews, fishing equipment ratings, Daiwa, Shimano, Abu Garcia, fishing tackle",
metadataBase: new URL("https://reelreviews.io"),
alternates: {
canonical: "https://reelreviews.io",
},
openGraph: {
title: "Reel Reviews - Honest Fishing Gear Reviews",
description: "Community-driven platform for rating fishing gear from Daiwa, Shimano, Abu Garcia. Vote based on quality, performance, and value.",
url: "https://reelreviews.io",
siteName: "Reel Reviews",
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Reel Reviews - Honest Fishing Gear Reviews",
description: "Rate and review fishing equipment with our community-driven platform",
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +57,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${montserrat.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${montserrat.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +71,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -89,32 +89,32 @@ export default function HomePage() {
carouselItems={[
{
id: "carousel-1",
imageSrc: "http://img.b2bpic.net/free-photo/arranged-colorful-fishing-lure-wooden-desk_23-2148189266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/arranged-colorful-fishing-lure-wooden-desk_23-2148189266.jpg?_wi=1",
imageAlt: "fishing rod and reel collection layout",
},
{
id: "carousel-2",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg?_wi=1",
imageAlt: "baitcasting fishing reel professional product photo",
},
{
id: "carousel-3",
imageSrc: "http://img.b2bpic.net/free-photo/orange-fishing-lure-with-fishing-float-corkboard_23-2148189226.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/orange-fishing-lure-with-fishing-float-corkboard_23-2148189226.jpg?_wi=1",
imageAlt: "spinning fishing reel product photography",
},
{
id: "carousel-4",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fishing-lure-wooden-desk_23-2147894194.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-fishing-lure-wooden-desk_23-2147894194.jpg?_wi=1",
imageAlt: "high-performance fishing rod product photo",
},
{
id: "carousel-5",
imageSrc: "http://img.b2bpic.net/free-vector/star-rating-with-finger_23-2147740866.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/star-rating-with-finger_23-2147740866.jpg?_wi=1",
imageAlt: "five star rating system interface",
},
{
id: "carousel-6",
imageSrc: "http://img.b2bpic.net/free-photo/arranged-colorful-fishing-lure-wooden-desk_23-2148189266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/arranged-colorful-fishing-lure-wooden-desk_23-2148189266.jpg?_wi=2",
imageAlt: "fishing rod and reel collection layout",
},
]}
@@ -133,7 +133,7 @@ export default function HomePage() {
description="At Reel Reviews, we believe in transparency and community-driven insights. Our platform lets verified users rate fishing equipment on three critical factors: build quality, casting performance, and overall value for money."
subdescription="Whether you're a tournament angler or casual weekend fisher, make informed purchasing decisions backed by real user experiences."
icon={Shield}
imageSrc="http://img.b2bpic.net/free-vector/flat-web-windows-set_23-2147544098.jpg"
imageSrc="http://img.b2bpic.net/free-vector/flat-web-windows-set_23-2147544098.jpg?_wi=1"
imageAlt="User authentication and account creation"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -224,21 +224,21 @@ export default function HomePage() {
id: "product-1",
name: "Daiwa Tatula Type-R Baitcaster",
price: "★★★★★ (847 votes)",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg?_wi=2",
imageAlt: "Daiwa Tatula Type-R baitcasting reel",
},
{
id: "product-2",
name: "Shimano Sienna Spinning Reel",
price: "★★★★☆ (612 votes)",
imageSrc: "http://img.b2bpic.net/free-photo/orange-fishing-lure-with-fishing-float-corkboard_23-2148189226.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/orange-fishing-lure-with-fishing-float-corkboard_23-2148189226.jpg?_wi=2",
imageAlt: "Shimano Sienna spinning reel",
},
{
id: "product-3",
name: "Abu Garcia Revo SX Casting Reel",
price: "★★★★★ (734 votes)",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg?_wi=3",
imageAlt: "Abu Garcia Revo SX casting reel",
},
]}
@@ -361,7 +361,7 @@ export default function HomePage() {
variant: "radial-gradient",
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/flat-web-windows-set_23-2147544098.jpg"
imageSrc="http://img.b2bpic.net/free-vector/flat-web-windows-set_23-2147544098.jpg?_wi=2"
imageAlt="Account signup interface"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -54,12 +54,12 @@ export default function ReviewsPage() {
]}
buttonAnimation="slide-up"
carouselItems={[
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/arranged-colorful-fishing-lure-wooden-desk_23-2148189266.jpg", imageAlt: "fishing rod and reel collection layout" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg", imageAlt: "baitcasting fishing reel professional product photo" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/orange-fishing-lure-with-fishing-float-corkboard_23-2148189226.jpg", imageAlt: "spinning fishing reel product photography" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fishing-lure-wooden-desk_23-2147894194.jpg", imageAlt: "high-performance fishing rod product photo" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-vector/star-rating-with-finger_23-2147740866.jpg", imageAlt: "five star rating system interface" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/arranged-colorful-fishing-lure-wooden-desk_23-2148189266.jpg", imageAlt: "fishing rod and reel collection layout" },
{ id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/arranged-colorful-fishing-lure-wooden-desk_23-2148189266.jpg?_wi=3", imageAlt: "fishing rod and reel collection layout" },
{ id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg?_wi=6", imageAlt: "baitcasting fishing reel professional product photo" },
{ id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/orange-fishing-lure-with-fishing-float-corkboard_23-2148189226.jpg?_wi=4", imageAlt: "spinning fishing reel product photography" },
{ id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fishing-lure-wooden-desk_23-2147894194.jpg?_wi=2", imageAlt: "high-performance fishing rod product photo" },
{ id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-vector/star-rating-with-finger_23-2147740866.jpg?_wi=2", imageAlt: "five star rating system interface" },
{ id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/arranged-colorful-fishing-lure-wooden-desk_23-2148189266.jpg?_wi=4", imageAlt: "fishing rod and reel collection layout" },
]}
autoPlay={true}
autoPlayInterval={5000}
@@ -115,21 +115,21 @@ export default function ReviewsPage() {
id: "product-1",
name: "Daiwa Tatula Type-R Baitcaster",
price: "★★★★★ (847 votes)",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg?_wi=7",
imageAlt: "Daiwa Tatula Type-R baitcasting reel",
},
{
id: "product-2",
name: "Shimano Sienna Spinning Reel",
price: "★★★★☆ (612 votes)",
imageSrc: "http://img.b2bpic.net/free-photo/orange-fishing-lure-with-fishing-float-corkboard_23-2148189226.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/orange-fishing-lure-with-fishing-float-corkboard_23-2148189226.jpg?_wi=5",
imageAlt: "Shimano Sienna spinning reel",
},
{
id: "product-3",
name: "Abu Garcia Revo SX Casting Reel",
price: "★★★★★ (734 votes)",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-gaming-with-headphones-better-immerse-himself_482257-124713.jpg?_wi=8",
imageAlt: "Abu Garcia Revo SX casting reel",
},
]}

View File

@@ -46,7 +46,7 @@ export default function SignInPage() {
description="At Reel Reviews, we believe in transparency and community-driven insights. Our platform lets verified users rate fishing equipment on three critical factors: build quality, casting performance, and overall value for money."
subdescription="Whether you're a tournament angler or casual weekend fisher, make informed purchasing decisions backed by real user experiences."
icon={Shield}
imageSrc="http://img.b2bpic.net/free-vector/flat-web-windows-set_23-2147544098.jpg"
imageSrc="http://img.b2bpic.net/free-vector/flat-web-windows-set_23-2147544098.jpg?_wi=3"
imageAlt="User authentication and account creation"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -63,7 +63,7 @@ export default function SignInPage() {
tagAnimation="slide-up"
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/flat-web-windows-set_23-2147544098.jpg"
imageSrc="http://img.b2bpic.net/free-vector/flat-web-windows-set_23-2147544098.jpg?_wi=4"
imageAlt="Account signup interface"
mediaAnimation="slide-up"
mediaPosition="right"