This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 20:58:59 +00:00
parent e8ea8c55c1
commit ee2375b741
5 changed files with 5 additions and 27 deletions
+1 -3
View File
@@ -35,9 +35,7 @@ const AbonnemangCheckout = ({ selectedPlan, onBack }: AbonnemangCheckoutProps) =
return ( return (
<div className="text-center py-8"> <div className="text-center py-8">
<div className="divider-ornament mb-6"> <div className="w-24 h-px bg-primary/40 mx-auto mb-6"></div>
<span className="ornament"></span>
</div>
<h2 className="font-display text-3xl md:text-4xl font-semibold mb-4"> <h2 className="font-display text-3xl md:text-4xl font-semibold mb-4">
Ditt abonnemang: {planName} Ditt abonnemang: {planName}
+1 -3
View File
@@ -68,9 +68,7 @@ const AbonnemangForm = ({ selectedPlan, onClose }: AbonnemangFormProps) => {
if (submitted) { if (submitted) {
return ( return (
<div className="text-center py-12 px-6"> <div className="text-center py-12 px-6">
<div className="divider-ornament mb-6"> <div className="w-24 h-px bg-primary/40 mx-auto mb-6"></div>
<span className="ornament"></span>
</div>
<h2 className="font-display text-3xl md:text-4xl font-semibold mb-4"> <h2 className="font-display text-3xl md:text-4xl font-semibold mb-4">
Tack för din beställning! Tack för din beställning!
</h2> </h2>
+1 -7
View File
@@ -20,9 +20,7 @@ const GallerySection = () => {
<div className="max-w-5xl mx-auto"> <div className="max-w-5xl mx-auto">
{/* Section header */} {/* Section header */}
<div className="text-center mb-16"> <div className="text-center mb-16">
<div className="divider-ornament mb-6"> <div className="w-24 h-px bg-primary/40 mx-auto mb-6"></div>
<span className="ornament"></span>
</div>
<h2 className="font-display text-4xl md:text-5xl font-semibold mb-4 italic"> <h2 className="font-display text-4xl md:text-5xl font-semibold mb-4 italic">
Hantverk & Kvalitet Hantverk & Kvalitet
</h2> </h2>
@@ -55,10 +53,6 @@ const GallerySection = () => {
))} ))}
</div> </div>
{/* Bottom ornament */}
<div className="text-center mt-16 text-primary/40 font-display text-2xl">
</div>
</div> </div>
</section> </section>
); );
+1 -7
View File
@@ -85,9 +85,7 @@ const HeritageSection = () => {
{/* Text Content */} {/* Text Content */}
<div className="text-center max-w-3xl mx-auto"> <div className="text-center max-w-3xl mx-auto">
<div className="divider-ornament mb-6"> <div className="w-24 h-px bg-primary/40 mx-auto mb-6"></div>
<span className="ornament"></span>
</div>
<h2 className="font-display text-3xl md:text-4xl lg:text-5xl font-semibold mb-6"> <h2 className="font-display text-3xl md:text-4xl lg:text-5xl font-semibold mb-6">
Hantverk & Kvalitet Hantverk & Kvalitet
</h2> </h2>
@@ -141,10 +139,6 @@ const HeritageSection = () => {
))} ))}
</div> </div>
{/* Bottom ornament */}
<div className="text-center mt-16 text-primary/40 font-display text-2xl">
</div>
</div> </div>
</section> </section>
); );
+1 -7
View File
@@ -108,9 +108,7 @@ const PlansSection = () => {
<div className="max-w-5xl mx-auto"> <div className="max-w-5xl mx-auto">
{/* Section header */} {/* Section header */}
<div className="text-center mb-16"> <div className="text-center mb-16">
<div className="divider-ornament mb-6"> <div className="w-24 h-px bg-primary/40 mx-auto mb-6"></div>
<span className="ornament"></span>
</div>
<h2 className="font-display text-4xl md:text-5xl font-semibold mb-4"> <h2 className="font-display text-4xl md:text-5xl font-semibold mb-4">
Våra Abonnemang Våra Abonnemang
</h2> </h2>
@@ -178,10 +176,6 @@ const PlansSection = () => {
))} ))}
</div> </div>
{/* Bottom ornament */}
<div className="text-center mt-16 text-primary/40 font-display text-2xl">
</div>
</div> </div>
</section> </section>
); );