Merge version_1 into main #1
@@ -43,7 +43,7 @@ export default function AboutPage() {
|
||||
description="We understand the challenges businesses face in managing customer reviews. That's why we built a platform that simplifies feedback management, helps you respond intelligently, and turns insights into action."
|
||||
tag="Our Mission"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/an-abstract-illustration-representing-re-1773228250518-ab77d24e.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/an-abstract-illustration-representing-re-1773228250518-ab77d24e.png?_wi=2"
|
||||
imageAlt="Review management illustration"
|
||||
mediaAnimation="blur-reveal"
|
||||
bulletPoints={[
|
||||
@@ -92,7 +92,7 @@ export default function AboutPage() {
|
||||
description:
|
||||
"Automatically collect and organize reviews from Google, Yelp, Facebook, TripAdvisor, and more. Spend less time searching and more time responding.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/screenshot-of-a-review-aggregation-featu-1773228252041-31ed36a5.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/screenshot-of-a-review-aggregation-featu-1773228252041-31ed36a5.png?_wi=2",
|
||||
imageAlt: "Review aggregation feature",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function AboutPage() {
|
||||
description:
|
||||
"Get contextual response suggestions powered by AI. Customize templates by business type, and respond to reviews in seconds while maintaining your brand voice.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/screenshot-of-an-automated-response-sugg-1773228251051-d0cbf76c.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/screenshot-of-an-automated-response-sugg-1773228251051-d0cbf76c.png?_wi=2",
|
||||
imageAlt: "AI response suggestions",
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function AboutPage() {
|
||||
description:
|
||||
"Track review trends, sentiment analysis, response rates, and customer satisfaction scores. Identify patterns and opportunities to improve your business.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/screenshot-of-an-analytics-dashboard-sho-1773228250872-4a43aa89.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/screenshot-of-an-analytics-dashboard-sho-1773228250872-4a43aa89.png?_wi=2",
|
||||
imageAlt: "Analytics dashboard",
|
||||
},
|
||||
]}
|
||||
@@ -184,7 +184,7 @@ export default function AboutPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer" className="w-full">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/abstract-modern-tech-background-with-sub-1773228250982-26b09965.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/abstract-modern-tech-background-with-sub-1773228250982-26b09965.png?_wi=3"
|
||||
imageAlt="Tech background"
|
||||
logoText="StarReview"
|
||||
copyrightText="© 2025 StarReview. All rights reserved."
|
||||
|
||||
@@ -156,7 +156,7 @@ export default function ContactPage() {
|
||||
{/* Footer */}
|
||||
<div id="footer" data-section="footer" className="w-full">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/abstract-modern-tech-background-with-sub-1773228250982-26b09965.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/abstract-modern-tech-background-with-sub-1773228250982-26b09965.png?_wi=4"
|
||||
imageAlt="Tech background"
|
||||
logoText="StarReview"
|
||||
copyrightText="© 2025 StarReview. All rights reserved."
|
||||
|
||||
@@ -1,24 +1,63 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Raleway } 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 { Raleway } 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 raleway = Raleway({
|
||||
variable: "--font-raleway",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "StarReview - Review Management Software for Businesses",
|
||||
description: "Centralize customer reviews from all platforms. Respond faster with AI suggestions. Build brand reputation with StarReview's intelligent review management platform.",
|
||||
keywords: "review management, customer feedback, reputation management, review aggregation, SaaS",
|
||||
metadataBase: new URL("https://starreview.com"),
|
||||
alternates: {
|
||||
canonical: "https://starreview.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "StarReview - Review Management Software",
|
||||
description: "Manage all your customer reviews in one place. AI-powered responses, sentiment analysis, and team collaboration.",
|
||||
url: "https://starreview.com",
|
||||
siteName: "StarReview",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/a-modern-saas-review-management-dashboar-1773228251362-f617af8e.png",
|
||||
alt: "StarReview Dashboard",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "StarReview - Review Management Software",
|
||||
description: "Centralize customer feedback and respond faster with AI suggestions",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/a-modern-saas-review-management-dashboar-1773228251362-f617af8e.png",
|
||||
],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +66,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${raleway.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${raleway.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +80,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -85,7 +85,7 @@ export default function HomePage() {
|
||||
description="We understand the challenges businesses face in managing customer reviews. That's why we built a platform that simplifies feedback management, helps you respond intelligently, and turns insights into action."
|
||||
tag="Our Mission"
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/an-abstract-illustration-representing-re-1773228250518-ab77d24e.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/an-abstract-illustration-representing-re-1773228250518-ab77d24e.png?_wi=1"
|
||||
imageAlt="Review management illustration"
|
||||
mediaAnimation="blur-reveal"
|
||||
bulletPoints={[
|
||||
@@ -133,7 +133,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Automatically collect and organize reviews from Google, Yelp, Facebook, TripAdvisor, and more. Spend less time searching and more time responding.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/screenshot-of-a-review-aggregation-featu-1773228252041-31ed36a5.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/screenshot-of-a-review-aggregation-featu-1773228252041-31ed36a5.png?_wi=1",
|
||||
imageAlt: "Review aggregation feature",
|
||||
},
|
||||
{
|
||||
@@ -142,7 +142,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Get contextual response suggestions powered by AI. Customize templates by business type, and respond to reviews in seconds while maintaining your brand voice.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/screenshot-of-an-automated-response-sugg-1773228251051-d0cbf76c.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/screenshot-of-an-automated-response-sugg-1773228251051-d0cbf76c.png?_wi=1",
|
||||
imageAlt: "AI response suggestions",
|
||||
},
|
||||
{
|
||||
@@ -151,7 +151,7 @@ export default function HomePage() {
|
||||
description:
|
||||
"Track review trends, sentiment analysis, response rates, and customer satisfaction scores. Identify patterns and opportunities to improve your business.",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/screenshot-of-an-analytics-dashboard-sho-1773228250872-4a43aa89.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/screenshot-of-an-analytics-dashboard-sho-1773228250872-4a43aa89.png?_wi=1",
|
||||
imageAlt: "Analytics dashboard",
|
||||
},
|
||||
]}
|
||||
@@ -370,7 +370,7 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/abstract-modern-tech-background-with-sub-1773228250982-26b09965.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/abstract-modern-tech-background-with-sub-1773228250982-26b09965.png?_wi=1"
|
||||
imageAlt="Tech background"
|
||||
logoText="StarReview"
|
||||
copyrightText="© 2025 StarReview. All rights reserved."
|
||||
|
||||
@@ -146,7 +146,7 @@ export default function PricingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/abstract-modern-tech-background-with-sub-1773228250982-26b09965.png"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AnV77vVS09DELsUglPDcADhP0k/abstract-modern-tech-background-with-sub-1773228250982-26b09965.png?_wi=2"
|
||||
imageAlt="Tech background"
|
||||
logoText="StarReview"
|
||||
copyrightText="© 2025 StarReview. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user