Skip to content

Commit

Permalink
Update qauto name
Browse files Browse the repository at this point in the history
  • Loading branch information
Guysnacho committed Jun 1, 2024
1 parent cef1c81 commit 267d3c9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ const nextConfig = withStoreConfig({
{
protocol: "https",
hostname: "qvhnswvfglazvefaplac.supabase.co",
pathname: "/storage/v1/object/public/assets/*"
},
{
protocol: 'https',
Expand Down
2 changes: 1 addition & 1 deletion src/app/[countryCode]/(main)/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { ProductCollectionWithPreviews } from "types/global"
import { cache } from "react"

export const metadata: Metadata = {
title: "QAuto Preowned",
title: "Qautos Preowne",
description:
"Home of Quick Auto Mall, your all in one preowned vehicle destination.",
}
Expand Down
2 changes: 1 addition & 1 deletion src/modules/home/components/hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Hero = () => {
<div className="mx-auto max-w-2xl">
<div className="max-w-lg">
<h1 className="tracking-tight text-5xl text-blue-900 sm:text-6xl">
QAuto Preowned
Qautos Preowne
</h1>
<div className="mt-24 sm:mt-32 lg:mt-16">
<a href="#" className="inline-flex space-x-6">
Expand Down

0 comments on commit 267d3c9

Please sign in to comment.