Remove logo from hero
Removed Logo component from HeroSection and replaced with textual header and subtitle: - Deleted import and usage of Logo - Replaced with Lennart Svensson title and Konditorivaror subtitle - Updated subtitle styling and kept existing tagline styling (Svenskt konditorhantverk sedan 1953) X-Lovable-Edit-ID: edt-bf6c636e-7713-4a7a-bd41-e87f89e45966
This commit is contained in:
@@ -1,5 +1,3 @@
|
|||||||
import Logo from "./Logo";
|
|
||||||
|
|
||||||
const HeroSection = () => {
|
const HeroSection = () => {
|
||||||
return (
|
return (
|
||||||
<section className="hero-gradient min-h-screen flex flex-col justify-center items-center text-center px-6 py-20 pt-32 relative">
|
<section className="hero-gradient min-h-screen flex flex-col justify-center items-center text-center px-6 py-20 pt-32 relative">
|
||||||
@@ -7,12 +5,14 @@ const HeroSection = () => {
|
|||||||
<div className="absolute top-0 left-0 right-0 h-2 bg-primary/20" />
|
<div className="absolute top-0 left-0 right-0 h-2 bg-primary/20" />
|
||||||
|
|
||||||
<div className="animate-fade-up max-w-4xl">
|
<div className="animate-fade-up max-w-4xl">
|
||||||
{/* Logo */}
|
<h1 className="font-display text-4xl md:text-5xl lg:text-6xl font-semibold mb-4 text-foreground">
|
||||||
<div className="mb-8">
|
Lennart Svensson
|
||||||
<Logo size="large" />
|
</h1>
|
||||||
</div>
|
<p className="font-display text-xl md:text-2xl text-primary mb-6">
|
||||||
|
Konditorivaror
|
||||||
|
</p>
|
||||||
|
|
||||||
<p className="text-muted-foreground italic text-lg mb-8">
|
<p className="text-muted-foreground text-lg mb-8">
|
||||||
Svenskt konditorhantverk sedan 1953
|
Svenskt konditorhantverk sedan 1953
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user