Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ba30c0e1da | |||
| 75b52cb993 | |||
| e7647e9393 | |||
| 9a35fb4252 | |||
| 9ca6e95020 | |||
| 266242ac2e | |||
| 28903726f8 |
@@ -3,7 +3,6 @@ import { Halant } from "next/font/google";
|
||||
import { Inter } 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 { Archivo } from "next/font/google";
|
||||
|
||||
@@ -27,7 +26,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${archivo.variable} antialiased`}>
|
||||
<Tag />
|
||||
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
@@ -84,15 +84,15 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "rs-e-tron", brand: "Audi RS", name: "RS e-tron GT", price: "Electric Performance", rating: 5,
|
||||
id: "rs-e-tron", brand: "Audi RS", name: "RS e-tron GT", price: "$107,000+", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-mean-transportation-ultra-modern-city_23-2151065369.jpg", imageAlt: "Audi RS e-tron electric performance car"
|
||||
},
|
||||
{
|
||||
id: "rs-6", brand: "Audi RS", name: "RS 6 Avant", price: "Wagon Excellence", rating: 5,
|
||||
id: "rs-6", brand: "Audi RS", name: "RS 6 Avant", price: "$120,000+", rating: 5,
|
||||
reviewCount: "3.8k", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-couple-spend-time-autumn-field_1157-28790.jpg", imageAlt: "Audi RS6 performance wagon luxury"
|
||||
},
|
||||
{
|
||||
id: "rs-5", brand: "Audi RS", name: "RS 5 Coupe", price: "Coupe Perfection", rating: 5,
|
||||
id: "rs-5", brand: "Audi RS", name: "RS 5 Coupe", price: "$98,000+", rating: 5,
|
||||
reviewCount: "2.9k", imageSrc: "http://img.b2bpic.net/free-vector/abstract-dark-banners-with-orange-shapes_1055-2858.jpg", imageAlt: "Audi RS5 coupe sports car performance"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user