обновлена сборка проекта
This commit is contained in:
parent
1d6392d92c
commit
c27f651b87
@ -62,7 +62,9 @@ export default function Home() {
|
||||
transition={{ duration: 1, delay: 0.5 }}
|
||||
>
|
||||
<motion.a
|
||||
href="#"
|
||||
href="https://www.instagram.com/dressed_for_success_/"
|
||||
target="_blank" // Открытие ссылки в новой вкладке
|
||||
rel="noopener noreferrer" // Безопасность при открытии новой вкладки
|
||||
className="rounded-full bg-[#2B5F47] p-3 text-white transition-colors hover:bg-[#1a3c2c]"
|
||||
whileHover={{ scale: 1.1 }}
|
||||
whileTap={{ scale: 0.95 }}
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
|
||||
4
land_comingsoon/package-lock.json
generated
4
land_comingsoon/package-lock.json
generated
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "my-v0-project",
|
||||
"name": "dressedforsuccess",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "my-v0-project",
|
||||
"name": "dressedforsuccess",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^3.9.1",
|
||||
|
||||
@ -1,12 +1,13 @@
|
||||
{
|
||||
"name": "my-v0-project",
|
||||
"name": "dressedforsuccess",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint"
|
||||
"lint": "next lint",
|
||||
"export": "next export"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hookform/resolvers": "^3.9.1",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user