Merge version_1 into main #1
@@ -102,10 +102,10 @@ export default function AboutPage() {
|
||||
title: "A18 Pro Chip",
|
||||
description: "Revolutionary processor with 4nm technology for lightning-fast performance and all-day battery life.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/a18-pro-chip-illustrated-in-3d-showing-m-1773639671985-910f5102.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/a18-pro-chip-illustrated-in-3d-showing-m-1773639671985-910f5102.png?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/performance-metrics-visualization-showin-1773639672642-11b7ee79.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/performance-metrics-visualization-showin-1773639672642-11b7ee79.png?_wi=2",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -113,10 +113,10 @@ export default function AboutPage() {
|
||||
title: "Advanced Camera",
|
||||
description: "Professional-grade computational photography with AI enhancement for stunning photos in any lighting.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/night-photography-sample-taken-with-ipho-1773639672235-363de0d2.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/night-photography-sample-taken-with-ipho-1773639672235-363de0d2.png?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-portrait-photography-exampl-1773639672086-70ece514.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-portrait-photography-exampl-1773639672086-70ece514.png?_wi=2",
|
||||
},
|
||||
},
|
||||
{
|
||||
@@ -124,10 +124,10 @@ export default function AboutPage() {
|
||||
title: "Titanium Design",
|
||||
description: "Aerospace-grade materials with precision engineering create a device that's both stunning and incredibly durable.",
|
||||
phoneOne: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/titanium-material-close-up-showing-premi-1773639671771-e2596caa.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/titanium-material-close-up-showing-premi-1773639671771-e2596caa.png?_wi=2",
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/titanium-durability-test-visualization-s-1773639672281-ce96b7c9.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/titanium-durability-test-visualization-s-1773639672281-ce96b7c9.png?_wi=2",
|
||||
},
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,24 +1,58 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { DM_Sans } 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 { DM_Sans } 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 dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Apple - Innovate. Create. Transform.",
|
||||
description: "Explore Apple's latest innovations in technology. Premium devices including iPhone, MacBook, iPad, and more. Experience premium design and cutting-edge performance.",
|
||||
keywords: "Apple, iPhone, Mac, iPad, Apple Watch, technology, innovation, products",
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
type: "website",
|
||||
title: "Apple - Innovate. Create. Transform.",
|
||||
description: "Discover Apple's revolutionary products designed for innovation and creativity.",
|
||||
siteName: "Apple",
|
||||
images: [
|
||||
{
|
||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/a-sleek-iphone-15-pro-in-titanium-finish-1773639671092-ca2fd003.png",
|
||||
alt: "Apple's Latest Innovation",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Apple - Innovate. Create. Transform.",
|
||||
description: "Experience the future of technology with Apple's premium products.",
|
||||
images: [
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/a-sleek-iphone-15-pro-in-titanium-finish-1773639671092-ca2fd003.png",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -27,7 +61,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -39,4 +75,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -140,7 +140,7 @@ export default function HomePage() {
|
||||
name: "iPhone 15 Pro",
|
||||
price: "$999",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/iphone-15-pro-titanium-finish-isolated-o-1773639671570-2d061d8a.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/iphone-15-pro-titanium-finish-isolated-o-1773639671570-2d061d8a.png?_wi=1",
|
||||
imageAlt: "iPhone 15 Pro Titanium",
|
||||
},
|
||||
{
|
||||
@@ -148,7 +148,7 @@ export default function HomePage() {
|
||||
name: "MacBook Pro 16\"",
|
||||
price: "$2,499",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/macbook-pro-16-inch-with-m3-max-chip-dis-1773639671504-a1acb29e.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/macbook-pro-16-inch-with-m3-max-chip-dis-1773639671504-a1acb29e.png?_wi=1",
|
||||
imageAlt: "MacBook Pro with M3 Max",
|
||||
},
|
||||
{
|
||||
@@ -156,7 +156,7 @@ export default function HomePage() {
|
||||
name: "iPad Pro 12.9\"",
|
||||
price: "$1,199",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/ipad-pro-12-9-inch-tablet-shown-in-lands-1773639672045-cc6f52b7.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/ipad-pro-12-9-inch-tablet-shown-in-lands-1773639672045-cc6f52b7.png?_wi=1",
|
||||
imageAlt: "iPad Pro 12.9 inch display",
|
||||
},
|
||||
{
|
||||
@@ -164,7 +164,7 @@ export default function HomePage() {
|
||||
name: "AirPods Pro",
|
||||
price: "$249",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/airpods-pro-2nd-generation-with-charging-1773639671915-e2bd76bd.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/airpods-pro-2nd-generation-with-charging-1773639671915-e2bd76bd.png?_wi=1",
|
||||
imageAlt: "AirPods Pro with case",
|
||||
},
|
||||
]}
|
||||
@@ -192,11 +192,11 @@ export default function HomePage() {
|
||||
"Revolutionary processor with 4nm technology for lightning-fast performance and all-day battery life.",
|
||||
phoneOne={{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/a18-pro-chip-illustrated-in-3d-showing-m-1773639671985-910f5102.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/a18-pro-chip-illustrated-in-3d-showing-m-1773639671985-910f5102.png?_wi=1",
|
||||
}},
|
||||
phoneTwo={{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/performance-metrics-visualization-showin-1773639672642-11b7ee79.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/performance-metrics-visualization-showin-1773639672642-11b7ee79.png?_wi=1",
|
||||
}},
|
||||
},
|
||||
{
|
||||
@@ -206,11 +206,11 @@ export default function HomePage() {
|
||||
"Professional-grade computational photography with AI enhancement for stunning photos in any lighting.",
|
||||
phoneOne={{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/night-photography-sample-taken-with-ipho-1773639672235-363de0d2.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/night-photography-sample-taken-with-ipho-1773639672235-363de0d2.png?_wi=1",
|
||||
}},
|
||||
phoneTwo{{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-portrait-photography-exampl-1773639672086-70ece514.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-portrait-photography-exampl-1773639672086-70ece514.png?_wi=1",
|
||||
}},
|
||||
},
|
||||
{
|
||||
@@ -220,11 +220,11 @@ export default function HomePage() {
|
||||
"Aerospace-grade materials with precision engineering create a device that's both stunning and incredibly durable.",
|
||||
phoneOne={{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/titanium-material-close-up-showing-premi-1773639671771-e2596caa.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/titanium-material-close-up-showing-premi-1773639671771-e2596caa.png?_wi=1",
|
||||
}},
|
||||
phoneTwo{{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/titanium-durability-test-visualization-s-1773639672281-ce96b7c9.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/titanium-durability-test-visualization-s-1773639672281-ce96b7c9.png?_wi=1",
|
||||
}},
|
||||
},
|
||||
]}
|
||||
@@ -296,7 +296,7 @@ export default function HomePage() {
|
||||
"MacBook Pro completely transformed my creative workflow. The performance is unmatched, and the design is simply beautiful. I can't imagine working without it.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-asian-woman-i-1773639673216-6e29b92b.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-asian-woman-i-1773639673216-6e29b92b.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -306,7 +306,7 @@ export default function HomePage() {
|
||||
"iPhone 15 Pro camera quality is professional-grade. The cinematic mode has revolutionized how I capture moments. Absolutely incredible technology.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-black-man-fil-1773639671709-2f579f3f.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-black-man-fil-1773639671709-2f579f3f.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -316,7 +316,7 @@ export default function HomePage() {
|
||||
"The seamless integration across all my Apple devices makes me more productive than ever. iPhone, Mac, iPad, and Watch work together perfectly.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-latina-woman--1773639671806-5059074c.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-latina-woman--1773639671806-5059074c.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -326,7 +326,7 @@ export default function HomePage() {
|
||||
"iPad Pro is my digital canvas for both learning and creating. The Apple Pencil precision and screen quality are outstanding. Best investment ever.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-young-asian-m-1773639672371-830fe371.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-young-asian-m-1773639672371-830fe371.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -336,7 +336,7 @@ export default function HomePage() {
|
||||
"Apple Watch helps me stay connected and healthy. The seamless health tracking and notifications keep me on top of my wellness goals.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-woman-health--1773639671397-370a46df.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-woman-health--1773639671397-370a46df.png?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -346,7 +346,7 @@ export default function HomePage() {
|
||||
"As someone in tech, I appreciate Apple's commitment to privacy and security. Their products are both powerful and trustworthy.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-an-asian-man-te-1773639671181-a00fc143.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-an-asian-man-te-1773639671181-a00fc143.png?_wi=1",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
|
||||
@@ -102,7 +102,7 @@ export default function ProductsPage() {
|
||||
name: "iPhone 15 Pro",
|
||||
price: "$999",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/iphone-15-pro-titanium-finish-isolated-o-1773639671570-2d061d8a.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/iphone-15-pro-titanium-finish-isolated-o-1773639671570-2d061d8a.png?_wi=2",
|
||||
imageAlt: "iPhone 15 Pro Titanium",
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function ProductsPage() {
|
||||
name: "MacBook Pro 16\"",
|
||||
price: "$2,499",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/macbook-pro-16-inch-with-m3-max-chip-dis-1773639671504-a1acb29e.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/macbook-pro-16-inch-with-m3-max-chip-dis-1773639671504-a1acb29e.png?_wi=2",
|
||||
imageAlt: "MacBook Pro with M3 Max",
|
||||
},
|
||||
{
|
||||
@@ -118,7 +118,7 @@ export default function ProductsPage() {
|
||||
name: "iPad Pro 12.9\"",
|
||||
price: "$1,199",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/ipad-pro-12-9-inch-tablet-shown-in-lands-1773639672045-cc6f52b7.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/ipad-pro-12-9-inch-tablet-shown-in-lands-1773639672045-cc6f52b7.png?_wi=2",
|
||||
imageAlt: "iPad Pro 12.9 inch display",
|
||||
},
|
||||
{
|
||||
@@ -126,7 +126,7 @@ export default function ProductsPage() {
|
||||
name: "AirPods Pro",
|
||||
price: "$249",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/airpods-pro-2nd-generation-with-charging-1773639671915-e2bd76bd.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/airpods-pro-2nd-generation-with-charging-1773639671915-e2bd76bd.png?_wi=2",
|
||||
imageAlt: "AirPods Pro with case",
|
||||
},
|
||||
{
|
||||
@@ -134,7 +134,7 @@ export default function ProductsPage() {
|
||||
name: "iPhone 15",
|
||||
price: "$799",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/iphone-15-pro-titanium-finish-isolated-o-1773639671570-2d061d8a.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/iphone-15-pro-titanium-finish-isolated-o-1773639671570-2d061d8a.png?_wi=3",
|
||||
imageAlt: "iPhone 15 standard model",
|
||||
},
|
||||
{
|
||||
@@ -142,7 +142,7 @@ export default function ProductsPage() {
|
||||
name: "MacBook Air 15\"",
|
||||
price: "$1,299",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/macbook-pro-16-inch-with-m3-max-chip-dis-1773639671504-a1acb29e.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/macbook-pro-16-inch-with-m3-max-chip-dis-1773639671504-a1acb29e.png?_wi=3",
|
||||
imageAlt: "MacBook Air 15 inch",
|
||||
},
|
||||
]}
|
||||
@@ -224,7 +224,7 @@ export default function ProductsPage() {
|
||||
"The quality of these products is exceptional. They've become indispensable to my work. Highly recommend to anyone serious about their craft.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-asian-woman-i-1773639673216-6e29b92b.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-asian-woman-i-1773639673216-6e29b92b.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -234,7 +234,7 @@ export default function ProductsPage() {
|
||||
"The ecosystem integration is flawless. Switching between devices feels natural and productive. This is why I choose Apple.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-black-man-fil-1773639671709-2f579f3f.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-black-man-fil-1773639671709-2f579f3f.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -244,7 +244,7 @@ export default function ProductsPage() {
|
||||
"Invested in the complete Apple lineup and it's paid dividends in productivity and reliability. Excellent investment for any professional.",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-latina-woman--1773639671806-5059074c.png",
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-latina-woman--1773639671806-5059074c.png?_wi=2",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
|
||||
@@ -103,7 +103,7 @@ export default function SupportPage() {
|
||||
handle: "Creative Director",
|
||||
testimonial: "MacBook Pro completely transformed my creative workflow. The performance is unmatched, and the design is simply beautiful. I can't imagine working without it.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-asian-woman-i-1773639673216-6e29b92b.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-asian-woman-i-1773639673216-6e29b92b.png?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -111,7 +111,7 @@ export default function SupportPage() {
|
||||
handle: "Filmmaker",
|
||||
testimonial: "iPhone 15 Pro camera quality is professional-grade. The cinematic mode has revolutionized how I capture moments. Absolutely incredible technology.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-black-man-fil-1773639671709-2f579f3f.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-black-man-fil-1773639671709-2f579f3f.png?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -119,7 +119,7 @@ export default function SupportPage() {
|
||||
handle: "Business Executive",
|
||||
testimonial: "The seamless integration across all my Apple devices makes me more productive than ever. iPhone, Mac, iPad, and Watch work together perfectly.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-latina-woman--1773639671806-5059074c.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-latina-woman--1773639671806-5059074c.png?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -127,7 +127,7 @@ export default function SupportPage() {
|
||||
handle: "Student & Developer",
|
||||
testimonial: "iPad Pro is my digital canvas for both learning and creating. The Apple Pencil precision and screen quality are outstanding. Best investment ever.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-young-asian-m-1773639672371-830fe371.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-young-asian-m-1773639672371-830fe371.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -135,7 +135,7 @@ export default function SupportPage() {
|
||||
handle: "Health Coach",
|
||||
testimonial: "Apple Watch helps me stay connected and healthy. The seamless health tracking and notifications keep me on top of my wellness goals.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-woman-health--1773639671397-370a46df.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-a-woman-health--1773639671397-370a46df.png?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -143,7 +143,7 @@ export default function SupportPage() {
|
||||
handle: "Tech Entrepreneur",
|
||||
testimonial: "As someone in tech, I appreciate Apple's commitment to privacy and security. Their products are both powerful and trustworthy.",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-an-asian-man-te-1773639671181-a00fc143.png",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B0wvjvBg4tDaZ4XUVFlSLttrhp/professional-headshot-of-an-asian-man-te-1773639671181-a00fc143.png?_wi=2",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
|
||||
Reference in New Issue
Block a user