diff --git a/cmd/enhance.go b/cmd/enhance.go index 8b9f3ab..d3b3dd6 100644 --- a/cmd/enhance.go +++ b/cmd/enhance.go @@ -102,7 +102,7 @@ func runEnhance(cmd *cobra.Command, args []string) { log.Fatalf("Failed to initialize database: %v", err) } defer database.Close() - client = content.NewDatabaseClient(database) + client = engine.NewDatabaseClient(database) } else { fmt.Printf("๐งช No database or API configured, using mock content\n") client = content.NewMockClient() diff --git a/demos/simple/index.html b/demos/simple/index.html index 13ed127..008948d 100644 --- a/demos/simple/index.html +++ b/demos/simple/index.html @@ -95,6 +95,53 @@ font-size: 1.25rem; margin: 0 0 0.5rem 0; } + + /* Testimonials styling for .insertr-add demo */ + .testimonials { + display: grid; + gap: 1rem; + margin: 1rem 0; + } + + .testimonial-item { + background: white; + border: 1px solid #d1d5db; + border-radius: 8px; + padding: 1.5rem; + position: relative; + } + + .testimonial-item blockquote { + font-style: italic; + font-size: 1.1rem; + color: #374151; + margin: 0 0 1rem 0; + quotes: """ """; + } + + .testimonial-item blockquote:before { + content: open-quote; + font-size: 1.5rem; + color: #3b82f6; + } + + .testimonial-item blockquote:after { + content: close-quote; + font-size: 1.5rem; + color: #3b82f6; + } + + .testimonial-item cite { + display: block; + text-align: right; + font-weight: 600; + color: #6b7280; + font-style: normal; + } + + .testimonial-item cite:before { + content: "โ "; + }
@@ -166,5 +213,33 @@Need help? Contact our support team anytime.
+ + +Not all that is gold does glitter+ Tolkien +
The journey of a thousand miles begins with one step+ Lao Tzu +
Innovation distinguishes between a leader and a follower+ Steve Jobs +