Revert "Merge pull request '3D' (#4) from 3D into main"

This reverts commit e69e20f753, reversing
changes made to 0ac37261a8.
This commit is contained in:
2026-05-16 21:12:28 +01:00
parent e69e20f753
commit b77883a16c
8 changed files with 3 additions and 348 deletions

View File

@@ -7,7 +7,6 @@ import AboutSection from "./AboutSection";
import ContactSection from "./ContactSection";
import CollectionsSection from "./CollectionsSection";
import Footer from "./Footer";
import GlassesModelSection from "./GlassesModelSection";
import HeroSection from "./HeroSection";
import LiquidGlass from "./LiquidGlass";
import Navbar from "./Navbar";
@@ -39,7 +38,6 @@ export default function SiteShell() {
<Navbar locale={locale} onLocaleChange={changeLocale} t={t} whatsappUrl={whatsappUrl} />
<main>
<HeroSection t={t} whatsappUrl={whatsappUrl} />
<GlassesModelSection t={t} />
<AboutSection t={t} />
<ServicesSection t={t} />
<CollectionsSection t={t} />