Merge version_1 into main #1
@@ -57,7 +57,7 @@ export default function AboutPage() {
|
||||
title: "Satisfied Players",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-tennis-player-leaning-against-fence_23-2147664430.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-tennis-player-leaning-against-fence_23-2147664430.jpg?_wi=2"
|
||||
imageAlt="Professional tennis player in action"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -53,7 +53,7 @@ export default function BestsellersPage() {
|
||||
name: "Pro Performance Racket",
|
||||
price: "$299",
|
||||
variant: "All-Court Performance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-racket-with-bag-tennis-field_23-2148320655.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-racket-with-bag-tennis-field_23-2148320655.jpg?_wi=4",
|
||||
imageAlt: "Pro performance tennis racket",
|
||||
},
|
||||
{
|
||||
@@ -61,7 +61,7 @@ export default function BestsellersPage() {
|
||||
name: "Elite Tennis Backpack",
|
||||
price: "$159",
|
||||
variant: "Premium Storage Solution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708048.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708048.jpg?_wi=3",
|
||||
imageAlt: "Elite tennis equipment backpack",
|
||||
},
|
||||
{
|
||||
@@ -69,7 +69,7 @@ export default function BestsellersPage() {
|
||||
name: "Premium Overgrips",
|
||||
price: "$18",
|
||||
variant: "5-Pack Bundle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-tennis-player-looking-camera_23-2148290239.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-tennis-player-looking-camera_23-2148290239.jpg?_wi=3",
|
||||
imageAlt: "Premium tennis overgrips",
|
||||
},
|
||||
{
|
||||
@@ -77,7 +77,7 @@ export default function BestsellersPage() {
|
||||
name: "Championship Tennis Balls",
|
||||
price: "$22",
|
||||
variant: "Tournament Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-decorated-tiger-coloring-chocolate-candy-white-stand_140725-14001.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-decorated-tiger-coloring-chocolate-candy-white-stand_140725-14001.jpg?_wi=3",
|
||||
imageAlt: "Championship tennis balls",
|
||||
},
|
||||
]}
|
||||
@@ -101,7 +101,7 @@ export default function BestsellersPage() {
|
||||
quote: "The quality is incredible and the customer service is outstanding. I've been purchasing from A1 for three years and they never disappoint.",
|
||||
name: "Maria Santos",
|
||||
role: "Competitive Club Player",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-15852.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-15852.jpg?_wi=2",
|
||||
imageAlt: "Maria Santos",
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function BestsellersPage() {
|
||||
quote: "I needed a replacement racket for my tournament and A1 delivered within 2 days. The Pro Performance Racket has become my go-to equipment.",
|
||||
name: "James Chen",
|
||||
role: "Tournament Player",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-dark-background_23-2147644427.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-dark-background_23-2147644427.jpg?_wi=2",
|
||||
imageAlt: "James Chen",
|
||||
},
|
||||
{
|
||||
@@ -119,7 +119,7 @@ export default function BestsellersPage() {
|
||||
quote: "I recommend A1 Tennis Supply to all my students. Their products are tournament-grade and their staff really understands the game.",
|
||||
name: "Coach Michael Rodriguez",
|
||||
role: "Professional Tennis Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-volleyball-man-player-court_23-2149492396.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-volleyball-man-player-court_23-2149492396.jpg?_wi=2",
|
||||
imageAlt: "Coach Michael Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export default function BestsellersPage() {
|
||||
quote: "For our tennis facility, A1 is the only choice. Their equipment withstands heavy use and their return policy is hassle-free.",
|
||||
name: "David Kim",
|
||||
role: "Facility Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-with-ball-fingers_23-2147644470.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-with-ball-fingers_23-2147644470.jpg?_wi=2",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -6,18 +6,50 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "A1 Tennis Supply - Premium Gear for Elite Players",
|
||||
description: "Shop professional-grade tennis equipment, rackets, and accessories from A1 Tennis Supply. Trusted by competitive players worldwide. Fast shipping & 30-day returns.",
|
||||
keywords: "tennis rackets, professional tennis equipment, sports gear, tennis accessories, competitive tennis supplies",
|
||||
metadataBase: new URL("https://a1tennissupply.com"),
|
||||
alternates: {
|
||||
canonical: "https://a1tennissupply.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "A1 Tennis Supply - Elite Gear for Elite Players",
|
||||
description: "Premium tennis equipment and accessories for competitive players. Shop rackets, bags, and pro gear today.",
|
||||
url: "https://a1tennissupply.com",
|
||||
siteName: "A1 Tennis Supply",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/woman-playing-tennis-court_1303-31898.jpg",
|
||||
alt: "Professional tennis player executing powerful serve",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "A1 Tennis Supply - Elite Gear for Elite Players",
|
||||
description: "Professional-grade tennis equipment trusted by competitive players.",
|
||||
images: ["http://img.b2bpic.net/free-photo/woman-playing-tennis-court_1303-31898.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -26,7 +58,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -38,4 +72,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -104,7 +104,7 @@ export default function HomePage() {
|
||||
name: "Professional Rackets",
|
||||
price: "$189 - $349",
|
||||
variant: "Power, Precision & Control",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-racket-before-squash-game_329181-18934.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-racket-before-squash-game_329181-18934.jpg?_wi=1",
|
||||
imageAlt: "Professional tennis racket collection",
|
||||
},
|
||||
{
|
||||
@@ -128,7 +128,7 @@ export default function HomePage() {
|
||||
name: "Training Gear",
|
||||
price: "$29 - $129",
|
||||
variant: "Improve Faster",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-equipment-grass_23-2147833422.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-equipment-grass_23-2147833422.jpg?_wi=1",
|
||||
imageAlt: "Professional training equipment",
|
||||
},
|
||||
]}
|
||||
@@ -150,7 +150,7 @@ export default function HomePage() {
|
||||
name: "Pro Performance Racket",
|
||||
price: "$299",
|
||||
variant: "All-Court Performance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-racket-with-bag-tennis-field_23-2148320655.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-racket-with-bag-tennis-field_23-2148320655.jpg?_wi=1",
|
||||
imageAlt: "Pro performance tennis racket",
|
||||
},
|
||||
{
|
||||
@@ -158,7 +158,7 @@ export default function HomePage() {
|
||||
name: "Elite Tennis Backpack",
|
||||
price: "$159",
|
||||
variant: "Premium Storage Solution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708048.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708048.jpg?_wi=1",
|
||||
imageAlt: "Elite tennis equipment backpack",
|
||||
},
|
||||
{
|
||||
@@ -166,7 +166,7 @@ export default function HomePage() {
|
||||
name: "Premium Overgrips",
|
||||
price: "$18",
|
||||
variant: "5-Pack Bundle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-tennis-player-looking-camera_23-2148290239.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-tennis-player-looking-camera_23-2148290239.jpg?_wi=1",
|
||||
imageAlt: "Premium tennis overgrips",
|
||||
},
|
||||
{
|
||||
@@ -174,7 +174,7 @@ export default function HomePage() {
|
||||
name: "Championship Tennis Balls",
|
||||
price: "$22",
|
||||
variant: "Tournament Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-decorated-tiger-coloring-chocolate-candy-white-stand_140725-14001.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-decorated-tiger-coloring-chocolate-candy-white-stand_140725-14001.jpg?_wi=1",
|
||||
imageAlt: "Championship tennis balls",
|
||||
},
|
||||
]}
|
||||
@@ -194,7 +194,7 @@ export default function HomePage() {
|
||||
{ value: "15+", title: "Years of Excellence" },
|
||||
{ value: "5000+", title: "Satisfied Players" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-tennis-player-leaning-against-fence_23-2147664430.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-tennis-player-leaning-against-fence_23-2147664430.jpg?_wi=1"
|
||||
imageAlt="Professional tennis player training court"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -213,7 +213,7 @@ export default function HomePage() {
|
||||
quote: "The quality is incredible and the customer service is outstanding. I've been purchasing from A1 for three years and they never disappoint.",
|
||||
name: "Maria Santos",
|
||||
role: "Competitive Club Player",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-15852.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-15852.jpg?_wi=1",
|
||||
imageAlt: "Maria Santos",
|
||||
},
|
||||
{
|
||||
@@ -222,7 +222,7 @@ export default function HomePage() {
|
||||
quote: "I needed a replacement racket for my tournament and A1 delivered within 2 days. The Pro Performance Racket has become my go-to equipment.",
|
||||
name: "James Chen",
|
||||
role: "Tournament Player",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-dark-background_23-2147644427.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-dark-background_23-2147644427.jpg?_wi=1",
|
||||
imageAlt: "James Chen",
|
||||
},
|
||||
{
|
||||
@@ -231,7 +231,7 @@ export default function HomePage() {
|
||||
quote: "I recommend A1 Tennis Supply to all my students. Their products are tournament-grade and their staff really understands the game.",
|
||||
name: "Coach Michael Rodriguez",
|
||||
role: "Professional Tennis Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-volleyball-man-player-court_23-2149492396.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-volleyball-man-player-court_23-2149492396.jpg?_wi=1",
|
||||
imageAlt: "Coach Michael Rodriguez",
|
||||
},
|
||||
{
|
||||
@@ -240,7 +240,7 @@ export default function HomePage() {
|
||||
quote: "For our tennis facility, A1 is the only choice. Their equipment withstands heavy use and their return policy is hassle-free.",
|
||||
name: "David Kim",
|
||||
role: "Facility Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-with-ball-fingers_23-2147644470.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-with-ball-fingers_23-2147644470.jpg?_wi=1",
|
||||
imageAlt: "David Kim",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -55,7 +55,7 @@ const ProPicksPage = () => {
|
||||
title: "Satisfied Players",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-tennis-player-leaning-against-fence_23-2147664430.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-tennis-player-leaning-against-fence_23-2147664430.jpg?_wi=3"
|
||||
imageAlt="Professional tennis player training court"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -74,7 +74,7 @@ const ProPicksPage = () => {
|
||||
quote: "The quality is incredible and the customer service is outstanding. I've been purchasing from A1 for three years and they never disappoint.",
|
||||
name: "Maria Santos",
|
||||
role: "Competitive Club Player",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-15852.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-tennis-player-court_1303-15852.jpg?_wi=3",
|
||||
imageAlt: "Maria Santos",
|
||||
},
|
||||
{
|
||||
@@ -83,7 +83,7 @@ const ProPicksPage = () => {
|
||||
quote: "I needed a replacement racket for my tournament and A1 delivered within 2 days. The Pro Performance Racket has become my go-to equipment.",
|
||||
name: "James Chen",
|
||||
role: "Tournament Player",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-dark-background_23-2147644427.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/basketball-player-posing-dark-background_23-2147644427.jpg?_wi=3",
|
||||
imageAlt: "James Chen",
|
||||
},
|
||||
{
|
||||
@@ -92,7 +92,7 @@ const ProPicksPage = () => {
|
||||
quote: "I recommend A1 Tennis Supply to all my students. Their products are tournament-grade and their staff really understands the game.",
|
||||
name: "Coach Michael Rodriguez",
|
||||
role: "Professional Tennis Coach",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-volleyball-man-player-court_23-2149492396.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-volleyball-man-player-court_23-2149492396.jpg?_wi=3",
|
||||
imageAlt: "Coach Michael Rodriguez",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -48,7 +48,7 @@ export default function ShopPage() {
|
||||
name: "Pro Performance Racket",
|
||||
price: "$299",
|
||||
variant: "All-Court Performance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-racket-with-bag-tennis-field_23-2148320655.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-racket-with-bag-tennis-field_23-2148320655.jpg?_wi=2",
|
||||
imageAlt: "Pro performance tennis racket",
|
||||
},
|
||||
{
|
||||
@@ -56,7 +56,7 @@ export default function ShopPage() {
|
||||
name: "Elite Tennis Backpack",
|
||||
price: "$159",
|
||||
variant: "Premium Storage Solution",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708048.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-trainer-teaching-his-pupils_23-2149708048.jpg?_wi=2",
|
||||
imageAlt: "Elite tennis equipment backpack",
|
||||
},
|
||||
{
|
||||
@@ -64,7 +64,7 @@ export default function ShopPage() {
|
||||
name: "Premium Overgrips",
|
||||
price: "$18",
|
||||
variant: "5-Pack Bundle",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-tennis-player-looking-camera_23-2148290239.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-tennis-player-looking-camera_23-2148290239.jpg?_wi=2",
|
||||
imageAlt: "Premium tennis overgrips",
|
||||
},
|
||||
{
|
||||
@@ -72,7 +72,7 @@ export default function ShopPage() {
|
||||
name: "Championship Tennis Balls",
|
||||
price: "$22",
|
||||
variant: "Tournament Grade",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-decorated-tiger-coloring-chocolate-candy-white-stand_140725-14001.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-decorated-tiger-coloring-chocolate-candy-white-stand_140725-14001.jpg?_wi=2",
|
||||
imageAlt: "Championship tennis balls",
|
||||
},
|
||||
]}
|
||||
@@ -93,7 +93,7 @@ export default function ShopPage() {
|
||||
name: "Power Striker Racket",
|
||||
price: "$349",
|
||||
variant: "Maximum Power Output",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-racket-before-squash-game_329181-18934.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-with-racket-before-squash-game_329181-18934.jpg?_wi=2",
|
||||
imageAlt: "Power striker tennis racket",
|
||||
},
|
||||
{
|
||||
@@ -101,7 +101,7 @@ export default function ShopPage() {
|
||||
name: "Precision Control Racket",
|
||||
price: "$329",
|
||||
variant: "Enhanced Spin & Control",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-racket-with-bag-tennis-field_23-2148320655.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tennis-racket-with-bag-tennis-field_23-2148320655.jpg?_wi=3",
|
||||
imageAlt: "Precision control tennis racket",
|
||||
},
|
||||
{
|
||||
@@ -109,7 +109,7 @@ export default function ShopPage() {
|
||||
name: "Hybrid Performance Racket",
|
||||
price: "$319",
|
||||
variant: "Balanced Power & Control",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-equipment-grass_23-2147833422.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/football-equipment-grass_23-2147833422.jpg?_wi=2",
|
||||
imageAlt: "Hybrid performance racket",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user